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
| Nazwa | Opis |
|---|---|
| ConvertToDouble(Vector64<Int64>) |
Konwertuje element na Vector64<T> .Vector64<T> |
| ConvertToDouble(Vector64<UInt64>) |
Konwertuje element na Vector64<T> .Vector64<T> |
ConvertToDouble(Vector64<Int64>)
- Źródło:
- Vector64.cs
- Źródło:
- Vector64.cs
- Źródło:
- Vector64.cs
- Źródło:
- Vector64.cs
- Źródło:
- Vector64.cs
Konwertuje element na Vector64<T> .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>)
- Źródło:
- Vector64.cs
- Źródło:
- Vector64.cs
- Źródło:
- Vector64.cs
- Źródło:
- Vector64.cs
- Źródło:
- Vector64.cs
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Konwertuje element na Vector64<T> .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