共用方式為


Vector.ConvertToDouble 方法

定義

多載

ConvertToDouble(Vector<Int64>)

Vector<Int64> 轉換成 Vector<Double>

ConvertToDouble(Vector<UInt64>)

Vector<UInt64> 轉換成 Vector<Double>

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)

參數

value
Vector<Int64>

來源向量。

傳回

轉換的向量。

適用於

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)

參數

value
Vector<UInt64>

來源向量。

傳回

轉換的向量。

屬性

適用於