isnegativeinfinity( number )
Tests given numbers against negative infinity, returning true if number is negative infinity, false if number is not negative infinity.
Keyword | Type | Description |
---|---|---|
|
Number (Decimal) |
Number to test against negative infinity. |
Boolean
isnegativeinfinity(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 |
isnegativeinfinity() Function