OffsetTransformationWithOffset Method |
Returns a transformation with the specified offset.
Namespace: Altaxo.Data.TransformationsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic OffsetTransformation WithOffset(
double offset
)
Parameters
- offset Double
- The offset to apply.
Return Value
OffsetTransformationThe current instance if the offset is unchanged; otherwise, a new instance.
See Also