ISlSerieInt.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

To get categorical data series values, use the ISlSerieInt.Value property.

Fore and Fore.NET Examples

The property use is given in the example for ISmRandomForest.FilledDependent.

See also:

ISlSerieInt