Vector.ConvertToDouble Metoda

Definice

Přetížení

ConvertToDouble(Vector<Int64>)

Převede na Vector<Int64>Vector<Double>.

ConvertToDouble(Vector<UInt64>)

Převede na Vector<UInt64>Vector<Double>.

ConvertToDouble(Vector<Int64>)

Zdroj:
Vector.cs
Zdroj:
Vector.cs
Zdroj:
Vector.cs

Převede na 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)

Parametry

value
Vector<Int64>

Zdrojový vektor.

Návraty

Převedený vektor.

Platí pro

ConvertToDouble(Vector<UInt64>)

Zdroj:
Vector.cs
Zdroj:
Vector.cs
Zdroj:
Vector.cs

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Převede na 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)

Parametry

value
Vector<UInt64>

Zdrojový vektor.

Návraty

Převedený vektor.

Atributy

Platí pro