Click or drag to resize

AffineTransformationMultiply Operator (AffineTransformation, AffineTransformation)

Calculate composition of Affine Transformations.

Namespace:  FinMath.FactorAnalysis
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static AffineTransformation operator *(
	AffineTransformation leftSide,
	AffineTransformation rightSide
)

Parameters

leftSide
Type: FinMath.FactorAnalysisAffineTransformation
The transformation to compose.
rightSide
Type: FinMath.FactorAnalysisAffineTransformation
The transformation to compose.

Return Value

Type: AffineTransformation
Composition of Affine Transformations.
See Also