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