IStatMethod.WarningsCount

Fore Syntax

WarningsCount: Integer;

Fore.NET Syntax

WarningsCount: integer;

Description

The WarningsCount property returns the number of warnings that occurred at the method calculation.

Comments

The array of warnings is returned by the IStatMethod.Warnings property.

Fore and Fore.NET Examples

The property use is given in the example for IStatMethod.Warnings.

See also:

IStatMethod