Share via


Vector512.WithLower<T>(Vector512<T>, Vector256<T>) 메서드

정의

하위 256비트 가 지정된 값으로 설정되고 상위 256비트 가 지정된 벡터의 값과 동일한 값으로 설정된 새 Vector512<T> 를 만듭니다.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Runtime::Intrinsics::Vector512<T> WithLower(System::Runtime::Intrinsics::Vector512<T> vector, System::Runtime::Intrinsics::Vector256<T> value);
public static System.Runtime.Intrinsics.Vector512<T> WithLower<T> (this System.Runtime.Intrinsics.Vector512<T> vector, System.Runtime.Intrinsics.Vector256<T> value);
static member WithLower : System.Runtime.Intrinsics.Vector512<'T> * System.Runtime.Intrinsics.Vector256<'T> -> System.Runtime.Intrinsics.Vector512<'T>
<Extension()>
Public Function WithLower(Of T) (vector As Vector512(Of T), value As Vector256(Of T)) As Vector512(Of T)

형식 매개 변수

T

입력 벡터의 형식입니다.

매개 변수

vector
Vector512<T>

상위 256비트에서 가져올 벡터입니다.

value
Vector256<T>

하위 256비트 의 값입니다 Vector256<T>.

반환

하위 256비트 가 로 설정 value 되고 상위 256비트 가 의 vector값과 동일한 값으로 설정된 새 Vector512<T> 입니다.

예외

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

적용 대상