ITransformedReadableColumnWithTransformation Method |
Gets a new instance of this class with the same underlying original column, but with another transformation.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax ITransformedReadableColumn WithTransformation(
IVariantToVariantTransformation transformation
)
Parameters
- transformation IVariantToVariantTransformation
- The new transformation.
Return Value
ITransformedReadableColumnA new instance of this class with the same underlying original column, but with another transformation.
See Also