Vector.ConvertToUInt64Native(Vector<Double>) Yöntem

Tanım

Önemli

Bu API, CLS uyumlu değildir.

a'yi System.Numerics.Vector<System.Double> taşmada platforma özgü davranışı kullanarak bire System.Numerics.Vector<System.UInt64> dönüştürür.

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)

Parametreler

value
Vector<Double>

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

Döndürülenler

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

Öznitelikler

Şunlara uygulanır