isExact
|
The isExact function returns true if its argument that can be expressed
as an Integer with no fraction with losing significance, otherwise false is returned.
Usage The isExact function is used to determine if a numeric argument is an exact
Integer with no fraction. The opposite function is isInexact.
Returns true if the argument can be expressed Integer with no fractional part
Expression:
Arguments
Name
Type
Description Argument: obj Number
Must be a numeric object.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Number | Boolean |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|