Vector256.ConvertToDouble Metoda

Definice

Přetížení

ConvertToDouble(Vector256<UInt64>)

Převede na Vector256<T>Vector256<T>.

ConvertToDouble(Vector256<Int64>)

Převede na Vector256<T>Vector256<T>.

ConvertToDouble(Vector256<UInt64>)

Zdroj:
Vector256.cs
Zdroj:
Vector256.cs
Zdroj:
Vector256.cs

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

public:
 static System::Runtime::Intrinsics::Vector256<double> ConvertToDouble(System::Runtime::Intrinsics::Vector256<System::UInt64> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector256<double> ConvertToDouble (System.Runtime.Intrinsics.Vector256<ulong> vector);
[<System.CLSCompliant(false)>]
static member ConvertToDouble : System.Runtime.Intrinsics.Vector256<uint64> -> System.Runtime.Intrinsics.Vector256<double>
Public Function ConvertToDouble (vector As Vector256(Of ULong)) As Vector256(Of Double)

Parametry

vector
Vector256<UInt64>

Vektor, který se má převést.

Návraty

Převedený vektor.

Atributy

Platí pro

ConvertToDouble(Vector256<Int64>)

Zdroj:
Vector256.cs
Zdroj:
Vector256.cs
Zdroj:
Vector256.cs
public:
 static System::Runtime::Intrinsics::Vector256<double> ConvertToDouble(System::Runtime::Intrinsics::Vector256<long> vector);
public static System.Runtime.Intrinsics.Vector256<double> ConvertToDouble (System.Runtime.Intrinsics.Vector256<long> vector);
static member ConvertToDouble : System.Runtime.Intrinsics.Vector256<int64> -> System.Runtime.Intrinsics.Vector256<double>
Public Function ConvertToDouble (vector As Vector256(Of Long)) As Vector256(Of Double)

Parametry

vector
Vector256<Int64>

Vektor, který se má převést.

Návraty

Převedený vektor.

Platí pro