6 references to ToDouble
ILAssembler (1)
GrammarVisitor.cs (1)
3053value = BitConverter.ToDouble(bytes, 0);
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2430public override double AsDouble() => BitConverter.ToDouble(AsExactByteCount(8), 0);
Microsoft.ML.FastTree (1)
Utils\ToByteArrayExtensions.cs (1)
215double a = BitConverter.ToDouble(buffer, position);
Mono.Cecil (2)
Mono.Cecil.PE\ByteBuffer.cs (2)
155 return BitConverter.ToDouble (bytes, 0); 158 double value = BitConverter.ToDouble (buffer, position);
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\BitAccess.cs (1)
172double result = BitConverter.ToDouble(buffer, offset);