Returns the upper bound for a variable.

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

Syntax

C#
public virtual double GetUpperBound(
	int iVariable
)
Visual Basic (Declaration)
Public Overridable Function GetUpperBound ( _
	iVariable As Integer _
) As Double
Visual C++
public:
virtual double GetUpperBound(
	int iVariable
)

Parameters

iVariable
Type: System..::.Int32
An int specifying the number of the variable.

Return Value

A double containing the upper bound for a variable.

See Also