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