Search Results for

    Show / Hide Table of Contents

    Operator Addition

    Addition(Matrix, Matrix)

    Adds two matrices.

    Declaration
    public static Matrix operator +(Matrix left, Matrix right)
    Parameters
    Type Name Description
    Matrix left

    The first matrix to add.

    Matrix right

    The second matrix to add.

    Returns
    Type Description
    Matrix

    The sum of the two matrices.

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX