GlobalObject.NaN Field

Definition

Represents a value that is not a number (NaN). This field is constant.

This API supports the product infrastructure and is not intended to be used directly from your code.

public: double NaN = NaN;
public const double NaN = NaN;
val mutable NaN : double
Public Const NaN As Double  = NaN

Field Value

Value = NaN

Applies to