ScaleTransformationWithScale Method |
Returns a transformation with the specified scale factor.
Namespace: Altaxo.Data.TransformationsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ScaleTransformation WithScale(
double scale
)
Parameters
- scale Double
- The scale factor to apply.
Return Value
ScaleTransformationThe current instance if the scale is unchanged; otherwise, a new instance.
See Also