8 implementations of GetUInt64
Microsoft.Data.Analysis (8)
Converters.cs (8)
519
public ulong
GetUInt64
(byte value)
526
public ulong
GetUInt64
(sbyte value)
533
public ulong
GetUInt64
(short value)
540
public ulong
GetUInt64
(ushort value)
547
public ulong
GetUInt64
(int value)
554
public ulong
GetUInt64
(uint value)
561
public ulong
GetUInt64
(long value)
568
public ulong
GetUInt64
(ulong value)
1 reference to GetUInt64
Microsoft.Data.Analysis (1)
PrimitiveColumnContainer.cs (1)
748
newBuffer.Append(UInt64Converter<T>.Instance.
GetUInt64
(span[i]));