Click or drag to resize

OffsetTransformation(Double) Constructor

Initializes a new instance of the OffsetTransformation class.

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

Parameters

offset  Double
The offset to add.
See Also