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

부정할 행렬입니다.

반품

부정 행렬입니다.

적용 대상