![]() Previous |
![]() Next |
The IS
operator tests for special conditions, such as nulls, infinity and values that are not numbers.
Special Conditions Operators
Operator | Description |
---|---|
|
Returns true if the expression is infinite, or false otherwise. For mappings only. |
|
Returns true if the expression is not a number, or false otherwise. For mappings only. |
|
Returns true if the expression is null, or false otherwise. |