Click or drag to resize

CompoundTransformationWithAppendedTransformation Method

Returns a new compound transformation with the specified transformation appended.

Namespace: Altaxo.Data.Transformations
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CompoundTransformation WithAppendedTransformation(
	IVariantToVariantTransformation transformation
)

Parameters

transformation  IVariantToVariantTransformation
The transformation to append.

Return Value

CompoundTransformation
A new compound transformation.
See Also