Matrix subtraction.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static Matrix Subtract(
Matrix a,
Matrix b
)
Public Shared Function Subtract (
a As Matrix,
b As Matrix
) As Matrix
public:
static Matrix Subtract(
Matrix a,
Matrix b
)
static member Subtract :
a : Matrix *
b : Matrix -> Matrix
STATIC METHOD Subtract(
a AS Matrix,
b AS Matrix
) AS Matrix
Parameters
- a
- Type: DXFReaderNETMatrix
Matrix. - b
- Type: DXFReaderNETMatrix
Matrix.
Return Value
Type:
MatrixMatrix.
See Also