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