isNumber
|
The isNumber function returns true if the specified argument {obj} is a
Number type; otherwise, false is returned. The isNumber function will return
true for Number, Integer, Money, and Percent objects
Usage The isNumber function is used to determine if an object is a Number .
Returns true if the object is a Number, false is returned otherwise
Expression:
Arguments
Name
Type
Description Argument: obj Character String Symbol Vector BitVector ByteVector IntVector Void
FltVector ObjVector Structure Dictionary Directory Brick Pair List
Matrix NumMatrix Integer Float Number Complex Boolean
The object to be tested.
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.
Character | String | Symbol | Vector |
BitVector | ByteVector | IntVector | Void |
FltVector | ObjVector | Structure | Dictionary |
Directory | Brick | Pair | List |
Matrix | NumMatrix | Integer | Float |
Number | Complex | 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
|