Subtract two MatrixDouble together and returns a new one
Namespace:
Hyleos.Mathematic.MatrixAssembly: Hyleos.Mathematic (in Hyleos.Mathematic.dll) Version: 1.0.1.1 (1.0.1.1)
Syntax
| C# |
|---|
public static MatrixDouble operator -( MatrixDouble m1, MatrixDouble m2 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator - ( _ m1 As MatrixDouble, _ m2 As MatrixDouble _ ) As MatrixDouble |
| Visual C++ |
|---|
public: static MatrixDouble^ operator -( MatrixDouble^ m1, MatrixDouble^ m2 ) |
Parameters
- m1
- Type: Hyleos.Mathematic.Matrix..::.MatrixDouble
Left matrix
- m2
- Type: Hyleos.Mathematic.Matrix..::.MatrixDouble
Right matrix