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