ispositiveinfinity( number )
Tests given numbers against positive infinity, returning true
if the numbers are positive infinity, false if the numbers are not positive infinity.
Keyword | Type | Description |
---|---|---|
|
Number (Decimal) |
Number to test against positive infinity. |
Boolean
ispositiveinfinity(100)
returns false
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Compatible | Can be used to create a custom record field that only evaluates at sync time. |
Real-Time Custom Record Fields | Incompatible | |
Process Reports | Compatible | |
Process Events | Compatible |
ispositiveinfinity() Function