Click or drag to resize
NotCDFException Constructor (Double, Double)
The function is not a Cumulative Distribution Function (CDF).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NotCDFException(
	double lowerBound,
	double upperBound
)

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