ILindoSettings.GetIntLindoInfo

Syntax

GetIntLindoInfo(Type: LindoIntInfoType; Var ErrorCode: Integer): Integer;

Parameters

Type. Integer information type.

ErrorCode. Error code.

Description

The GetIntLindoInfo method returns the specified integer information about calculation method.

Comments

To get integer and string information, use the ILindoSettings.GetDouLindoInfo and ILindoSettings.GetStrLindoInfo methods.

See full details about returned integer information in LINDO documentation.

Example

The method use is given in the example for ISmNonLinearOptimization.LindoSettings.

See also:

ILindoSettings