2 references to ConvertToInt64
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (1)
88Vector512.ConvertToInt64(x.AsDouble()).As<long, TTo>() :
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
164public static Vector512<long> Invoke(Vector512<double> x) => Vector512.ConvertToInt64(x);