Click or drag to resize

CompoundTransformationTryGetCompoundTransformationWithSimplification(IEnumerableValueTupleIVariantToVariantTransformation, Boolean) Method

Creates a simplified compound transformation from a sequence of transformations and direction flags.

Namespace: Altaxo.Data.Transformations
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IVariantToVariantTransformation? TryGetCompoundTransformationWithSimplification(
	IEnumerable<(IVariantToVariantTransformation Transformation, bool UseBackTransformation)> transformations
)

Parameters

transformations  IEnumerableValueTupleIVariantToVariantTransformation, Boolean
The transformations and their direction flags.

Return Value

IVariantToVariantTransformation
A simplified transformation, or if no effective transformation remains.
See Also