Share via


Vector.ConvertToDouble Metode

Definisi

Overload

ConvertToDouble(Vector<Int64>)

Mengonversi menjadi Vector<Int64>Vector<Double>.

ConvertToDouble(Vector<UInt64>)

Mengonversi menjadi Vector<UInt64>Vector<Double>.

ConvertToDouble(Vector<Int64>)

Sumber:
Vector.cs
Sumber:
Vector.cs
Sumber:
Vector.cs

Mengonversi menjadi Vector<Int64>Vector<Double>.

public:
 static System::Numerics::Vector<double> ConvertToDouble(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<double> ConvertToDouble (System.Numerics.Vector<long> value);
static member ConvertToDouble : System.Numerics.Vector<int64> -> System.Numerics.Vector<double>
Public Shared Function ConvertToDouble (value As Vector(Of Long)) As Vector(Of Double)
Public Function ConvertToDouble (value As Vector(Of Long)) As Vector(Of Double)

Parameter

value
Vector<Int64>

Vektor sumber.

Mengembalikan

Vektor yang dikonversi.

Berlaku untuk

ConvertToDouble(Vector<UInt64>)

Sumber:
Vector.cs
Sumber:
Vector.cs
Sumber:
Vector.cs

Penting

API ini bukan kompatibel CLS.

Mengonversi menjadi Vector<UInt64>Vector<Double>.

public:
 static System::Numerics::Vector<double> ConvertToDouble(System::Numerics::Vector<System::UInt64> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<double> ConvertToDouble (System.Numerics.Vector<ulong> value);
[<System.CLSCompliant(false)>]
static member ConvertToDouble : System.Numerics.Vector<uint64> -> System.Numerics.Vector<double>
Public Shared Function ConvertToDouble (value As Vector(Of ULong)) As Vector(Of Double)
Public Function ConvertToDouble (value As Vector(Of ULong)) As Vector(Of Double)

Parameter

value
Vector<UInt64>

Vektor sumber.

Mengembalikan

Vektor yang dikonversi.

Atribut

Berlaku untuk