MPSReaderGetUpperBound Method |
Returns the upper bound for a variable.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double GetUpperBound(
int iVariable
)
Public Overridable Function GetUpperBound (
iVariable As Integer
) As Double
public:
virtual double GetUpperBound(
int iVariable
)
abstract GetUpperBound :
iVariable : int -> float
override GetUpperBound :
iVariable : int -> float
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