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