Click or drag to resize

AffineTransformationAddition Operator

Calculate sum 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
One of the transformations to add.
rightSide
Type: FinMath.FactorAnalysisAffineTransformation
One of the transformations to add.

Return Value

Type: AffineTransformation
Sum of Affine transfromation.
See Also