Generates a negative infinite value.
Syntax
static float float.NegativeInfinity()
Returns
A float that is less than every other possible float.
Sample
floatSample.rfsvar h = float.NegativeInfinity(); trace h;
floatSample.rfs
var h = float.NegativeInfinity(); trace h;
float.NegativeInfinity()
-Infinity
Figure 341. The trace message output of the script above
Related links
Search Highlighter (On/Off)