Search Results for

    Show / Hide Table of Contents

    Method Add

    Add(Matrix, Matrix)

    Determines the sum of two matrices.

    Declaration
    public static Matrix Add(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