The scaling vector for the variables.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public void SetXscale(
	double[] xscale
)
Visual Basic (Declaration)
Public Sub SetXscale ( _
	xscale As Double() _
)
Visual C++
public:
void SetXscale(
	array<double>^ xscale
)

Parameters

xscale
Type: array< System..::.Double >[]()[]
A double array containing the scaling vector for the variables.

Remarks

Argument xscale is used mainly in scaling the gradient and the distance between two points. See GradientTolernce and ScaledStepTolerance for more details. By default, xscale[] = {1}.

See Also