2 references to ConvertToDouble
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (1)
192public static Vector512<double> Invoke(Vector512<ulong> x) => Vector512.ConvertToDouble(x);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
495return Vector512.ConvertToDouble(value.AsVector512()).AsVector();