Click or drag to resize

ScaleTransformation(Double) Constructor

Initializes a new instance of the ScaleTransformation class.

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

Parameters

scale  Double
The scale factor.
See Also