IncreaseErrRelException Constructor (Double) |
The bound for the relative error is too small.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public IncreaseErrRelException(
double relativeError
)
Public Sub New (
relativeError As Double
)
public:
IncreaseErrRelException(
double relativeError
)
new :
relativeError : float -> IncreaseErrRelException
Parameters
- relativeError
- Type: SystemDouble
A double which specifies the bound for relative error.
See Also