Sets the scaling factors for the y values. The user can also use scale to provide appropriate signs for the increments.

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

Syntax

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

Parameters

scale
Type: array< System..::.Double >[]()[]
A double array of length n containing the scaling factors.

Default: All values are 1.0.

See Also