Vector<T>.UnaryNegation(Vector<T>) 연산자

정의

지정된 벡터를 부정합니다.

public:
 static System::Numerics::Vector<T> operator -(System::Numerics::Vector<T> value);
public static System.Numerics.Vector<T> operator - (System.Numerics.Vector<T> value);
static member ( ~- ) : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<'T (requires 'T : struct)>
Public Shared Operator - (value As Vector(Of T)) As Vector(Of T)

매개 변수

value
Vector<T>

부정할 벡터입니다.

반환

Vector<T>

부정된 벡터입니다.

예외

.NET 5 이상: 형식 T 은 지원되지 않습니다.

설명

메서드는 UnaryNegation 개체에 대한 단항 부정 연산을 Vector<T> 정의합니다.

적용 대상