ILindoSettings.GetDouLindoInfo

Syntax

GetDouLindoInfo(Type: LindoDouInfoType; Var ErrorCode: Integer): Double;

Parameters

Type. Real information type.

ErrorCode. Error code.

Description

The GetDouLindoInfo method returns the specified real information about calculation method.

Comments

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

See full details about returned real information in LINDO documentation.

Example

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

See also:

ILindoSettings