Click or drag to resize

SpecifiedValueScalingOnConstraint Constructor

Creates the scaling and sets the scaling factor to be used.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SpecifiedValueScalingOnConstraint(
	double value
)

Parameters

value
Type: SystemDouble
The scale factor to be used. This value is not modified in any way.
See Also