Generate a float value that is NaN (not a number).
float
Syntax
static float float.NaN()
Returns
Returns a float value that represents an undefined or unrepresentable numeric value.
Sample
floatSample.rfsvar d = float.NaN(); trace d;
floatSample.rfs
var d = float.NaN(); trace d;
NaN
Figure 338. The trace message output of the script above
Related links
Search Highlighter (On/Off)