Search Results for

    Show / Hide Table of Contents

    Method Subtract

    Subtract(Matrix, Matrix)

    Determines the difference between two matrices.

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