Freigeben über


Vector.ConvertToUInt64Native(Vector<Double>) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Wandelt eine System.Numerics.Vector{System.Double} in eine System.Numerics.Vector{System.UInt64} um, wobei plattformspezifisches Verhalten beim Überlauf verwendet wird.

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)

Parameter

value
Vector<Double>

Der zu konvertierende Vektor.

Gibt zurück

Der konvertierte Vektor.

Attribute

Gilt für: