Vector.ConvertToDouble Methode

Definitie

Overloads

Name Description
ConvertToDouble(Vector<Int64>)

Converteert een Vector<Int64> naar een Vector<Double>.

ConvertToDouble(Vector<UInt64>)

Converteert een Vector<UInt64> naar een Vector<Double>.

ConvertToDouble(Vector<Int64>)

Converteert een Vector<Int64> naar een 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)

Parameters

value
Vector<Int64>

De bronvector.

Retouren

De geconverteerde vector.

Van toepassing op

ConvertToDouble(Vector<UInt64>)

Belangrijk

Deze API is niet CLS-conform.

Converteert een Vector<UInt64> naar een 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)

Parameters

value
Vector<UInt64>

De bronvector.

Retouren

De geconverteerde vector.

Kenmerken

Van toepassing op