Search Results for

    Show / Hide Table of Contents

    Operator Subtraction

    Subtraction(Matrix, Matrix)

    Subtracts two matrices.

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

    The first matrix to subtract.

    Matrix right

    The second matrix to subtract.

    Returns
    Type Description
    Matrix

    The difference between the two matrices.

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