Click or drag to resize

AffineTransformationMultiply Operator (AffineTransformation, Double)

Multiply affine transformation by a scalar.

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

Parameters

leftSide
Type: FinMath.FactorAnalysisAffineTransformation
Affine transformation.
rightSide
Type: SystemDouble
Scalar.

Return Value

Type: AffineTransformation
Scaled Afine Transformaiton.
See Also