2 references to ConvertToUInt64
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertToInteger.cs (1)
89
Vector512.
ConvertToUInt64
(x.AsDouble()).As<ulong, TTo>();
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
148
public static Vector512<ulong> Invoke(Vector512<double> x) => Vector512.
ConvertToUInt64
(x);