8 implementations of GetInt64
Microsoft.Data.Analysis (8)
Converters.cs (8)
416
public long
GetInt64
(byte value)
423
public long
GetInt64
(sbyte value)
430
public long
GetInt64
(short value)
437
public long
GetInt64
(ushort value)
444
public long
GetInt64
(int value)
451
public long
GetInt64
(uint value)
458
public long
GetInt64
(long value)
465
public long
GetInt64
(ulong value)
1 reference to GetInt64
Microsoft.Data.Analysis (1)
PrimitiveColumnContainer.cs (1)
729
newBuffer.Append(Int64Converter<T>.Instance.
GetInt64
(span[i]));