Matrix4x4.Addition(Matrix4x4, Matrix4x4) 연산자

정의

한 행렬의 각 요소와 두 번째 행렬의 해당 요소를 더합니다.

public:
 static System::Numerics::Matrix4x4 operator +(System::Numerics::Matrix4x4 value1, System::Numerics::Matrix4x4 value2);
public static System.Numerics.Matrix4x4 operator + (System.Numerics.Matrix4x4 value1, System.Numerics.Matrix4x4 value2);
static member ( + ) : System.Numerics.Matrix4x4 * System.Numerics.Matrix4x4 -> System.Numerics.Matrix4x4
Public Shared Operator + (value1 As Matrix4x4, value2 As Matrix4x4) As Matrix4x4

매개 변수

value1
Matrix4x4

첫 번째 행렬입니다.

value2
Matrix4x4

두 번째 행렬입니다.

반환

합한 값을 포함하는 행렬입니다.

설명

메서드는 Addition 개체에 대한 더하기 연산자의 연산을 Matrix4x4 정의합니다.

적용 대상