Vector.ConvertToDouble Method

Definition

Overloads

ConvertToDouble(Vector<Int64>)

Converts a Vector<Int64> to a Vector<Double>.

ConvertToDouble(Vector<UInt64>)

Converts a Vector<UInt64> to a Vector<Double>.

ConvertToDouble(Vector<Int64>)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.cs

Converts a Vector<Int64> to a Vector<Double>.

public static System.Numerics.Vector<double> ConvertToDouble (System.Numerics.Vector<long> value);

Parameters

value
Vector<Int64>

The source vector.

Returns

The converted vector.

Applies to

.NET 9 and other versions
Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.0 (package-provided), 2.1

ConvertToDouble(Vector<UInt64>)

Source:
Vector.cs
Source:
Vector.cs
Source:
Vector.cs

Important

This API is not CLS-compliant.

Converts a Vector<UInt64> to a Vector<Double>.

[System.CLSCompliant(false)]
public static System.Numerics.Vector<double> ConvertToDouble (System.Numerics.Vector<ulong> value);

Parameters

value
Vector<UInt64>

The source vector.

Returns

The converted vector.

Attributes

Applies to

.NET 9 and other versions
Product Versions
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Standard 2.0 (package-provided), 2.1