Vector.ConvertToUInt64(Vector<Double>) Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Konwertuje element Vector<Double> na .Vector<UInt64>

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

Parametry

value
Vector<Double>

Wektor źródłowy.

Zwraca

Przekonwertowany wektor.

Atrybuty

Dotyczy