6 implementations of GetInt32
Microsoft.Data.Analysis (6)
Converters.cs (6)
246public int GetInt32(byte value) 253public int GetInt32(sbyte value) 260public int GetInt32(short value) 267public int GetInt32(ushort value) 274public int GetInt32(int value) 281public int GetInt32(uint value)
1 reference to GetInt32
Microsoft.Data.Analysis (1)
PrimitiveColumnContainer.cs (1)
691newBuffer.Append(Int32Converter<T>.Instance.GetInt32(span[i]));