Vector512.AsVector512<T>(Vector<T>) 메서드

정의

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<T> AsVector512(System::Numerics::Vector<T> value);
public static System.Runtime.Intrinsics.Vector512<T> AsVector512<T>(this System.Numerics.Vector<T> value);
static member AsVector512 : System.Numerics.Vector<'T> -> System.Runtime.Intrinsics.Vector512<'T>
<Extension()>
Public Function AsVector512(Of T) (value As Vector(Of T)) As Vector512(Of T)

형식 매개 변수

T

벡터에 있는 요소의 형식입니다.

매개 변수

value
Vector<T>

재해석할 벡터입니다.

반품

value 를 새 Vector512<T>것으로 재해석했습니다.

예외

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

적용 대상