8 references to ToSingle
ILAssembler (1)
GrammarVisitor.cs (1)
3057value = BitConverter.ToSingle(bytes, 0);
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2429public override float AsSingle() => BitConverter.ToSingle(AsExactByteCount(4), 0);
Microsoft.ML.FastTree (1)
Utils\ToByteArrayExtensions.cs (1)
193float a = BitConverter.ToSingle(buffer, position);
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
95value = BitConverter.ToSingle(data, pos); 105value = BitConverter.ToSingle(buffer, 0);
Mono.Cecil (2)
Mono.Cecil.PE\ByteBuffer.cs (2)
142 return BitConverter.ToSingle (bytes, 0); 145 float value = BitConverter.ToSingle (buffer, position);
Mono.Cecil.Pdb (1)
Microsoft.Cci.Pdb\BitAccess.cs (1)
166float result = BitConverter.ToSingle(buffer, offset);