IMSL C# Numerical Library

OdeRungeKutta.Scale Property

The scaling factor.

public double Scale {get; set;}

Property Value

A double specifying the scaling factor.

Remarks

By default, Scale = 1.e0.

Exceptions

Exception Type Condition
ArgumentException is thrown if Scale is less than or equal to 0

See Also

OdeRungeKutta Class | Imsl.Math Namespace