Vector64.ConvertToDouble Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| ConvertToDouble(Vector64<Int64>) |
Konwertuje element Vector64<T> na .Vector64<T> |
| ConvertToDouble(Vector64<UInt64>) |
Konwertuje element Vector64<T> na .Vector64<T> |
ConvertToDouble(Vector64<Int64>)
Konwertuje element Vector64<T> na .Vector64<T>
public:
static System::Runtime::Intrinsics::Vector64<double> ConvertToDouble(System::Runtime::Intrinsics::Vector64<long> vector);
public static System.Runtime.Intrinsics.Vector64<double> ConvertToDouble (System.Runtime.Intrinsics.Vector64<long> vector);
static member ConvertToDouble : System.Runtime.Intrinsics.Vector64<int64> -> System.Runtime.Intrinsics.Vector64<double>
Public Function ConvertToDouble (vector As Vector64(Of Long)) As Vector64(Of Double)
Parametry
Zwraca
Przekonwertowany wektor.
Dotyczy
ConvertToDouble(Vector64<UInt64>)
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Konwertuje element Vector64<T> na .Vector64<T>
public:
static System::Runtime::Intrinsics::Vector64<double> ConvertToDouble(System::Runtime::Intrinsics::Vector64<System::UInt64> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<double> ConvertToDouble (System.Runtime.Intrinsics.Vector64<ulong> vector);
[<System.CLSCompliant(false)>]
static member ConvertToDouble : System.Runtime.Intrinsics.Vector64<uint64> -> System.Runtime.Intrinsics.Vector64<double>
Public Function ConvertToDouble (vector As Vector64(Of ULong)) As Vector64(Of Double)
Parametry
Zwraca
Przekonwertowany wektor.
- Atrybuty