6 implementations of GetUInt32
Microsoft.Data.Analysis (6)
Converters.cs (6)
327public uint GetUInt32(byte value) 334public uint GetUInt32(sbyte value) 341public uint GetUInt32(short value) 348public uint GetUInt32(ushort value) 355public uint GetUInt32(int value) 362public uint GetUInt32(uint value)
1 reference to GetUInt32
Microsoft.Data.Analysis (1)
PrimitiveColumnContainer.cs (1)
710newBuffer.Append(UInt32Converter<T>.Instance.GetUInt32(span[i]));