Aracılığıyla paylaş


Vector.ConvertToDouble Yöntem

Tanım

Aşırı Yüklemeler

ConvertToDouble(Vector<Int64>)

bir Vector<Int64> öğesini değerine Vector<Double>dönüştürür.

ConvertToDouble(Vector<UInt64>)

bir Vector<UInt64> öğesini değerine Vector<Double>dönüştürür.

ConvertToDouble(Vector<Int64>)

Kaynak:
Vector.cs
Kaynak:
Vector.cs
Kaynak:
Vector.cs

bir Vector<Int64> öğesini değerine Vector<Double>dönüştürür.

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)

Parametreler

value
Vector<Int64>

Kaynak vektör.

Döndürülenler

Dönüştürülen vektör.

Şunlara uygulanır

ConvertToDouble(Vector<UInt64>)

Kaynak:
Vector.cs
Kaynak:
Vector.cs
Kaynak:
Vector.cs

Önemli

Bu API, CLS uyumlu değildir.

bir Vector<UInt64> öğesini değerine Vector<Double>dönüştürür.

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)

Parametreler

value
Vector<UInt64>

Kaynak vektör.

Döndürülenler

Dönüştürülen vektör.

Öznitelikler

Şunlara uygulanır