Click or drag to resize

OffsetTransformationWithOffset Method

Returns a transformation with the specified offset.

Namespace: Altaxo.Data.Transformations
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public OffsetTransformation WithOffset(
	double offset
)

Parameters

offset  Double
The offset to apply.

Return Value

OffsetTransformation
The current instance if the offset is unchanged; otherwise, a new instance.
See Also