IMsVariableTestDataList.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of variables in the collection.

Comments

To get the variable from the collection, use the IMsVariableTestDataList.Item property.

Fore and Fore.NET Examples

The property use is given in IMsPairCorrelationTestSettings.BalancedSample.

See also:

IMsVariableTestDataList