Share via


Vector.AsVectorNUInt<T>(Vector<T>) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

지정된 벡터의 비트를 네이티브 크기의 부호 없는 정수 벡터의 비트로 다시 변환합니다.

public:
generic <typename T>
 where T : value class static System::Numerics::Vector<UIntPtr> AsVectorNUInt(System::Numerics::Vector<T> value);
public:
generic <typename T>
 static System::Numerics::Vector<UIntPtr> AsVectorNUInt(System::Numerics::Vector<T> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<nuint> AsVectorNUInt<T> (System.Numerics.Vector<T> value) where T : struct;
[System.CLSCompliant(false)]
public static System.Numerics.Vector<UIntPtr> AsVectorNUInt<T> (System.Numerics.Vector<T> value) where T : struct;
[System.CLSCompliant(false)]
public static System.Numerics.Vector<UIntPtr> AsVectorNUInt<T> (System.Numerics.Vector<T> value);
[<System.CLSCompliant(false)>]
static member AsVectorNUInt : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<unativeint> (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member AsVectorNUInt : System.Numerics.Vector<'T> -> System.Numerics.Vector<unativeint>
Public Function AsVectorNUInt(Of T As Structure) (value As Vector(Of T)) As Vector(Of UIntPtr)
Public Function AsVectorNUInt(Of T) (value As Vector(Of T)) As Vector(Of UIntPtr)

형식 매개 변수

T

입력 벡터의 형식입니다.

매개 변수

value
Vector<T>

재해석할 벡터입니다.

반환

Vector<UIntPtr>

Vector<nuint>

Vector<unativeint>

value를 새로운 Vector<T>로 재해석합니다.

특성

예외

value(T)의 형식은 지원되지 않습니다.

적용 대상