IMatrixFactory.CreateMatrix

Fore Syntax

CreateMatrix(Dimensions: IDimSelectionSet): IMatrix;

Fore.NET Syntax

CreateMatrix(Dimensions: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet): Prognoz.Platform.Interop.Matrix.IMatrix;

Parameters

Dimensions. Dimensions selection.

Description

The CreateMatrix method creates a matrix on the base of the specified dimensions selection.

Comments

Dimensions selection, based on which a matrix is created, is returned by the IMatrix.Dimensions property.

Fore and Fore.NET Examples

The method use is given in the example for IValidationExecData.ByScenario.

See also:

IMatrixFactory