Returns the lower bound for a variable.

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

Syntax

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

Parameters

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

Return Value

A double containing the lower bound for a variable.

See Also