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