NotCDFException Constructor (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 range
)
Public Sub New (
range As Double
)
public:
NotCDFException(
double range
)
new :
range : float -> NotCDFException
Parameters
- range
- Type: SystemDouble
A double containing the probability of the range.
See Also