IMsDimIterateByDataOptions.Active

Fore Syntax

Active: Boolean;

Fore.NET Syntax

Active: boolean;

Description

The Active property determines whether iteration by data is applied.

Comments

Available values:

The use of iteration by data impacts only the calculation speed. If matrix with data is sparse (little data), the calculation speed will be greater if the property is set to True. If matrix is full (a lot of data), the calculation speed will be greater if the property is set to False.

Input data matrix is set by the IMsDimIterateByDataOptions.Stubs property.

Fore and Fore.NET Examples

The property use is given in the example for IMsCalculationChainMultiDimIterator.IterateByData.

See also:

IMsDimIterateByDataOptions