다음을 통해 공유


Vector128.Negate<T>(Vector128<T>) 메서드

정의

벡터를 부정합니다.

public:
generic <typename T>
 where T : value class static System::Runtime::Intrinsics::Vector128<T> Negate(System::Runtime::Intrinsics::Vector128<T> vector);
public static System.Runtime.Intrinsics.Vector128<T> Negate<T> (System.Runtime.Intrinsics.Vector128<T> vector) where T : struct;
static member Negate : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Negate(Of T As Structure) (vector As Vector128(Of T)) As Vector128(Of T)

형식 매개 변수

T

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

매개 변수

vector
Vector128<T>

부정할 벡터입니다.

반환

Vector128<T>

요소가 해당 요소 vector의 부정인 벡터입니다.

적용 대상