4 implementations of GetInt16
Microsoft.Data.Analysis (4)
Converters.cs (4)
120public short GetInt16(byte value) 127public short GetInt16(sbyte value) 134public short GetInt16(short value) 141public short GetInt16(ushort value)
1 reference to GetInt16
Microsoft.Data.Analysis (1)
PrimitiveColumnContainer.cs (1)
653newBuffer.Append(Int16Converter<T>.Instance.GetInt16(span[i]));