2 implementations of GetByte
Microsoft.Data.Analysis (2)
Converters.cs (2)
38public byte GetByte(byte value) 45public byte GetByte(sbyte value)
1 reference to GetByte
Microsoft.Data.Analysis (1)
PrimitiveColumnContainer.cs (1)
577newBuffer.Append(ByteConverter<T>.Instance.GetByte(span[i]));