Generates a positive infinite value.
Syntax
static float float.PositiveInfinity()
Returns
A float that is greater than every other possible float.
Sample
floatSample.rfsvar g = float.PositiveInfinity(); trace g;
floatSample.rfs
var g = float.PositiveInfinity(); trace g;
float.PositiveInfinity()
Infinity
Figure 340. The trace message output of the script above
Related links
Search Highlighter (On/Off)