2 implementations of GetSByte
Microsoft.Data.Analysis (2)
Converters.cs (2)
75
public sbyte
GetSByte
(byte value)
82
public sbyte
GetSByte
(sbyte value)
1 reference to GetSByte
Microsoft.Data.Analysis (1)
PrimitiveColumnContainer.cs (1)
596
newBuffer.Append(SByteConverter<T>.Instance.
GetSByte
(span[i]));