NotCDFException Constructor (Double, Double) |
The function is not a Cumulative Distribution Function (CDF).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NotCDFException(
double lowerBound,
double upperBound
)
Public Sub New (
lowerBound As Double,
upperBound As Double
)
public:
NotCDFException(
double lowerBound,
double upperBound
)
new :
lowerBound : float *
upperBound : float -> NotCDFException
Parameters
- lowerBound
- Type: SystemDouble
A double containing the lower bound to be
displayed in message.
- upperBound
- Type: SystemDouble
A double containing the upper bound to be
displayed in message.
See Also