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