Vector.AsVectorNInt<T>(Vector<T>) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reinterprets the bits of a specified vector into those of a vector of native-sized integers.
public:
generic <typename T>
static System::Numerics::Vector<IntPtr> AsVectorNInt(System::Numerics::Vector<T> value);
public:
generic <typename T>
where T : value class static System::Numerics::Vector<IntPtr> AsVectorNInt(System::Numerics::Vector<T> value);
C#
public static System.Numerics.Vector<IntPtr> AsVectorNInt<T>(System.Numerics.Vector<T> value);
C#
public static System.Numerics.Vector<nint> AsVectorNInt<T>(System.Numerics.Vector<T> value) where T : struct;
C#
public static System.Numerics.Vector<IntPtr> AsVectorNInt<T>(System.Numerics.Vector<T> value) where T : struct;
static member AsVectorNInt : System.Numerics.Vector<'T> -> System.Numerics.Vector<nativeint>
static member AsVectorNInt : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<nativeint> (requires 'T : struct)
Public Function AsVectorNInt(Of T) (value As Vector(Of T)) As Vector(Of IntPtr)
Public Function AsVectorNInt(Of T As Structure) (value As Vector(Of T)) As Vector(Of IntPtr)
- T
The type of the input vector.
- value
- Vector<T>
The vector to reinterpret.
value
reinterpreted as a new Vector<T>.
The type of value
(T
) is not supported.
Termék | Verziók |
---|---|
.NET | 6, 7, 8, 9, 10 |
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
.NET-visszajelzés
A(z) .NET egy nyílt forráskód projekt. Visszajelzés adásához válasszon egy hivatkozást: