Click or drag to resize

ITransformedReadableColumnWithTransformation Method

Gets a new instance of this class with the same underlying original column, but with another transformation.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
ITransformedReadableColumn WithTransformation(
	IVariantToVariantTransformation transformation
)

Parameters

transformation  IVariantToVariantTransformation
The new transformation.

Return Value

ITransformedReadableColumn
A new instance of this class with the same underlying original column, but with another transformation.
See Also