IVZDataNormalizeAdapter.MinValue

Fore Syntax

MinValue: Double;

Fore.NET Syntax

MinValue: double;

Description

The MinValue property determines the lower border of the interval, to which the data is cast.

Comments

To determine minimum value of interval, use the IVZDataNormalizeAdapter.MinCutValue property.

Fore and Fore.NET Examples

The property use is given in the example for IVZDataNormalizeAdapter.MaxValue.

See also:

IVZDataNormalizeAdapter