ImmutableMatrixMultiply Method |
Used to find the product of two ImmutableMatricies.
Namespace:
Atalasoft.FormsProcessing.Geometry
Assembly:
Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ImmutableMatrix Multiply(
ImmutableMatrix o
)
Public Function Multiply (
o As ImmutableMatrix
) As ImmutableMatrix
Parameters
- o
- Type: Atalasoft.FormsProcessing.GeometryImmutableMatrix
The matrix to perform multiplication with.
Return Value
Type:
ImmutableMatrix A new matrix which is the result of this matix multiplied with the passed-in matrix.
Remarks The multiplication order is (This) x (Passed-In).
See Also