Click or drag to resize
MPSReaderGetLowerBound Method
Returns the lower bound for a variable.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double GetLowerBound(
	int iVariable
)

Parameters

iVariable
Type: SystemInt32
An int specifying the number of the variable.

Return Value

Type: Double
A double containing the lower bound for a variable.
See Also