Vector128.ConvertToDouble 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ConvertToDouble(Vector128<Int64>) |
將 Vector128<T> 轉換成 Vector128<T>。 |
ConvertToDouble(Vector128<UInt64>) |
將 Vector128<T> 轉換成 Vector128<T>。 |
ConvertToDouble(Vector128<Int64>)
- 來源:
- Vector128.cs
- 來源:
- Vector128.cs
- 來源:
- Vector128.cs
將 Vector128<T> 轉換成 Vector128<T>。
public:
static System::Runtime::Intrinsics::Vector128<double> ConvertToDouble(System::Runtime::Intrinsics::Vector128<long> vector);
public static System.Runtime.Intrinsics.Vector128<double> ConvertToDouble (System.Runtime.Intrinsics.Vector128<long> vector);
static member ConvertToDouble : System.Runtime.Intrinsics.Vector128<int64> -> System.Runtime.Intrinsics.Vector128<double>
Public Function ConvertToDouble (vector As Vector128(Of Long)) As Vector128(Of Double)
參數
傳回
轉換的向量。
適用於
ConvertToDouble(Vector128<UInt64>)
- 來源:
- Vector128.cs
- 來源:
- Vector128.cs
- 來源:
- Vector128.cs
重要
此 API 不符合 CLS 規範。
將 Vector128<T> 轉換成 Vector128<T>。
public:
static System::Runtime::Intrinsics::Vector128<double> ConvertToDouble(System::Runtime::Intrinsics::Vector128<System::UInt64> vector);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<double> ConvertToDouble (System.Runtime.Intrinsics.Vector128<ulong> vector);
[<System.CLSCompliant(false)>]
static member ConvertToDouble : System.Runtime.Intrinsics.Vector128<uint64> -> System.Runtime.Intrinsics.Vector128<double>
Public Function ConvertToDouble (vector As Vector128(Of ULong)) As Vector128(Of Double)
參數
傳回
轉換的向量。
- 屬性