3 references to ToUInt64
Microsoft.ML.FastTree (1)
Utils\ToByteArrayExtensions.cs (1)
171
ulong a = BitConverter.
ToUInt64
(buffer, position);
Microsoft.ML.Parquet (2)
ParquetLoader.cs (2)
731
ulong lo = BitConverter.
ToUInt64
(arr, 0);
732
ulong hi = BitConverter.
ToUInt64
(arr, 8);