Double.Nan

Syntax

Nan: Double;

Description

The NaN property returns a fixed non-numeric value of the Double type.

NOTE. The value of this constant is the result of dividing zero by zero. This constant is returned if result of an operation is void. To determine whether the value belongs to a non-numeric type, use the IsNaN method.

See also:

Double