ITabFormatNumericScale.GetMinValue

Fore Syntax

GetMinValue: Double;

Fore.NET Syntax

GetMinValue: double;

Description

The GetMinValue method returns the minimum value of the numeric scale.

Comments

If minimum value of numeric scale is not set, the method returns the -10 value.

Use the ITabFormatNumericScale.GetMaxValue property to determine maximum value of numeric scale.

Fore and Fore.NET Examples

The method use is given in the example for ITabFormatNumericScale.GetMaxValue.

See also:

ITabFormatNumericScale