다음을 통해 공유


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

정의

중요

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

지정된 벡터의 비트를 부호 없는 16비트 정수 벡터의 비트로 재해석합니다.

public:
generic <typename T>
 where T : value class static System::Numerics::Vector<System::UInt16> AsVectorUInt16(System::Numerics::Vector<T> value);
public:
generic <typename T>
 static System::Numerics::Vector<System::UInt16> AsVectorUInt16(System::Numerics::Vector<T> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> AsVectorUInt16<T> (System.Numerics.Vector<T> value) where T : struct;
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ushort> AsVectorUInt16<T> (System.Numerics.Vector<T> value);
[<System.CLSCompliant(false)>]
static member AsVectorUInt16 : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<uint16> (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member AsVectorUInt16 : System.Numerics.Vector<'T> -> System.Numerics.Vector<uint16>
Public Shared Function AsVectorUInt16(Of T As Structure) (value As Vector(Of T)) As Vector(Of UShort)
Public Function AsVectorUInt16(Of T As Structure) (value As Vector(Of T)) As Vector(Of UShort)
Public Function AsVectorUInt16(Of T) (value As Vector(Of T)) As Vector(Of UShort)

형식 매개 변수

T

벡터 형식입니다. T는 기본 숫자 형식일 수 있습니다.

매개 변수

value
Vector<T>

원본 벡터입니다.

반환

재해석된 벡터입니다.

특성

예외

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

적용 대상