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