Vector.AsVectorUInt64<T>(Vector<T>) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Ważne
Ten interfejs API nie jest zgodny ze specyfikacją CLS.
Ponownie interpretuje bity określonego wektora do wektora niepodpisanych długich liczb całkowitych.
public:
generic <typename T>
where T : value class static System::Numerics::Vector<System::UInt64> AsVectorUInt64(System::Numerics::Vector<T> value);
public:
generic <typename T>
static System::Numerics::Vector<System::UInt64> AsVectorUInt64(System::Numerics::Vector<T> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> AsVectorUInt64<T>(System.Numerics.Vector<T> value) where T : struct;
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> AsVectorUInt64<T>(System.Numerics.Vector<T> value);
[<System.CLSCompliant(false)>]
static member AsVectorUInt64 : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<uint64> (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member AsVectorUInt64 : System.Numerics.Vector<'T> -> System.Numerics.Vector<uint64>
Public Shared Function AsVectorUInt64(Of T As Structure) (value As Vector(Of T)) As Vector(Of ULong)
Public Function AsVectorUInt64(Of T) (value As Vector(Of T)) As Vector(Of ULong)
Public Function AsVectorUInt64(Of T As Structure) (value As Vector(Of T)) As Vector(Of ULong)
- T
Typ wektora.
T
może być dowolnym pierwotnym typem liczbowym.
- value
- Vector<T>
Wektor źródłowy.
Wektor ponownie zinterpretowany.
- Atrybuty
Typ value
(T
) nie jest obsługiwany.
Dotyczy
Produkt | Wersje |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
Opinia o produkcie .NET
.NET to projekt typu open source. Wybierz link, aby przekazać opinię: