INonLoResults.VarValues

Fore Syntax

VarValues(VarId: String): Array;

Fore.NET Syntax

VarValues(VarId: string): System.Array;

Parameters

VarId - variable identifier.

Description

The VarValues property returns the array of calculated values of variable.

Comments

The property is read-only.

Fore and Fore.NET Examples

The property use is given in the example for INonLinearExplanatory.Retrospective.

See also:

INonLoResults