Click or drag to resize
MPSReaderGetUpperBound Method
Returns the upper bound for a variable.

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

Parameters

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

Return Value

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