The function is not a Cumulative Distribution Function (CDF).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public NotCDFException(
	double lowerBound,
	double upperBound
)
Visual Basic (Declaration)
Public Sub New ( _
	lowerBound As Double, _
	upperBound As Double _
)
Visual C++
public:
NotCDFException(
	double lowerBound, 
	double upperBound
)

Parameters

lowerBound
Type: System..::.Double
A double containing the lower bound to be displayed in message.
upperBound
Type: System..::.Double
A double containing the upper bound to be displayed in message.

See Also