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