real class : NaN getter

Description

Represents the value that is not a number (NaN).

Syntax

realInstance.NaN

Arguments

None

Return value

ClassDescription
realThe value that is not a number (NaN).

Sample code

//anyReal is a instance of real type.

real nan = anyReal.NaN;

Notes

It's a wrapper of the System.Double.NaN.

This getter is a constant. Please note that is not affected by the value of the calling instance.

Links for reference

Copyright © Rice All rights reserved.