Click or drag to resize

CompoundTransformationWithPrependedTransformation Method

Returns a new compound transformation with the specified transformation prepended.

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

Parameters

transformation  IVariantToVariantTransformation
The transformation to prepend.

Return Value

CompoundTransformation
A new compound transformation.
See Also