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