Matrix3x2.Negate(Matrix3x2) 메서드

정의

해당 값에 모두 -1을 곱하여 지정된 행렬을 부정합니다.

public:
 static System::Numerics::Matrix3x2 Negate(System::Numerics::Matrix3x2 value);
public static System.Numerics.Matrix3x2 Negate (System.Numerics.Matrix3x2 value);
static member Negate : System.Numerics.Matrix3x2 -> System.Numerics.Matrix3x2
Public Shared Function Negate (value As Matrix3x2) As Matrix3x2

매개 변수

value
Matrix3x2

부정할 행렬입니다.

반환

부정된 행렬입니다.

적용 대상