4 implementations of GetUInt16
Microsoft.Data.Analysis (4)
Converters.cs (4)
179public ushort GetUInt16(byte value) 186public ushort GetUInt16(sbyte value) 193public ushort GetUInt16(short value) 200public ushort GetUInt16(ushort value)
1 reference to GetUInt16
Microsoft.Data.Analysis (1)
PrimitiveColumnContainer.cs (1)
672newBuffer.Append(UInt16Converter<T>.Instance.GetUInt16(span[i]));