INonLoResults.VarValues

Fore syntax

VarValues(VarId: String): Array;

Fore.NET syntax

VarValues(VarId: string): System.Array;

Parameters

VarId is variable identifier.

Description

The VarValues property returns array of calculated values of variable.

Comments

This property is read-only.

Fore and Fore.NET examples

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

See also:

INonLoResults