9 implementations of GetSingle
Microsoft.Data.Analysis (9)
Converters.cs (9)
626public float GetSingle(byte value) 633public float GetSingle(sbyte value) 640public float GetSingle(short value) 647public float GetSingle(ushort value) 654public float GetSingle(int value) 661public float GetSingle(uint value) 668public float GetSingle(long value) 675public float GetSingle(ulong value) 682public float GetSingle(float value)
1 reference to GetSingle
Microsoft.Data.Analysis (1)
PrimitiveColumnContainer.cs (1)
767newBuffer.Append(SingleConverter<T>.Instance.GetSingle(span[i]));