Double.Nan

Syntax

Nan: Double;

Description

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

Comments

The value of this constant is the result of dividing zero by zero. This constant is returned if the operation result is void.

To determine whether the value belongs to a non-numeric type, use the Double.IsNan method.

See also:

Double