Vector256.ConvertToDouble 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ConvertToDouble(Vector256<UInt64>) |
將 Vector256<T> 轉換成 Vector256<T>。 |
ConvertToDouble(Vector256<Int64>) |
將 Vector256<T> 轉換成 Vector256<T>。 |
ConvertToDouble(Vector256<UInt64>)
- 來源:
- Vector256.cs
- 來源:
- Vector256.cs
- 來源:
- Vector256.cs
重要
此 API 不符合 CLS 規範。
將 Vector256<T> 轉換成 Vector256<T>。
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)
參數
傳回
轉換的向量。
- 屬性
適用於
ConvertToDouble(Vector256<Int64>)
- 來源:
- Vector256.cs
- 來源:
- Vector256.cs
- 來源:
- Vector256.cs
將 Vector256<T> 轉換成 Vector256<T>。
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)
參數
傳回
轉換的向量。