Double.IsNan

Syntax

IsNan(Value: Double): Boolean;

Parameters

Value. The checked real value.

Description

The IsNaN method checks if the value of the variable is equal to a fixed non-numeric value.

Comments

Available values:

NOTE. The fixed non-numeric value is the result of dividing zero by zero. This value is returned if result of an operation is void.

See also:

Double