ISlSerie.OriginalValue

Fore Syntax

OriginalValue: Array;

Fore.NET Syntax

OriginalValue: System.Array;

Description

The OriginalValue property returns original values for the data series: that is, for the data specified using the Value property.

Comments

Data from OriginalValue are used to calculate statistical methods.

Fore and Fore.NET Examples

The property use is given in the example for ISmBinaryModel.CovarianceMatrix.

See also:

ISlSerie