SpecifiedValueScalingOnVariable 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic SpecifiedValueScalingOnVariable(
double value
)
Public Sub New (
value As Double
)
public:
SpecifiedValueScalingOnVariable(
double value
)
new :
value : float -> SpecifiedValueScalingOnVariable
Parameters
- value
- Type: System.Double
The scale factor to be used. This value is not modified in any way.
See Also