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