NumericalDerivativesGetScalingFactors Method |
Returns the scaling factors for the y values.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetScalingFactors()
Public Function GetScalingFactors As Double()
public:
array<double>^ GetScalingFactors()
member GetScalingFactors : unit -> float[]
Return Value
Type:
Double
A
double array containing the scaling factors.
See Also