Vector.ConvertToUInt64Native(Vector<Double>) Methode

Definitie

Belangrijk

Deze API is niet CLS-conform.

Converteert een System.Numerics.Vector<System.Double> naar een System.Numerics.Vector<System.UInt64> gebruik van platformspecifiek gedrag op overloop.

public:
 static System::Numerics::Vector<System::UInt64> ConvertToUInt64Native(System::Numerics::Vector<double> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> ConvertToUInt64Native(System.Numerics.Vector<double> value);
[<System.CLSCompliant(false)>]
static member ConvertToUInt64Native : System.Numerics.Vector<double> -> System.Numerics.Vector<uint64>
Public Function ConvertToUInt64Native (value As Vector(Of Double)) As Vector(Of ULong)

Parameters

value
Vector<Double>

De vector die moet worden geconverteerd.

Retouren

De geconverteerde vector.

Kenmerken

Van toepassing op