2 references to ToInt64
Microsoft.ML.Data (1)
Transforms\ValueMapping.cs (1)
1232node.AddAttribute("values_int64s", _valueMap.GetValues<ulong>().Select(item => Convert.ToInt64(item)));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
236return Convert.ToInt64(m_value);