Click or drag to resize

ScaleTransformationWithScale Method

Returns a transformation with the specified scale factor.

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

Parameters

scale  Double
The scale factor to apply.

Return Value

ScaleTransformation
The current instance if the scale is unchanged; otherwise, a new instance.
See Also