isPair
|
The isPair Function returns true if the argument {obj} is a Pair or a List; otherwise false is returned.
Usage The isPair function is used to query an object to determine if it is a Pair or a List.
(isPair obj) Boolean value true if the object is a Pair or List, otherwise false is returned.
Expression:
Arguments
Name
Type
Description Argument: obj Character, String, Symbol, Vector, BitVector, ByteVector, IntVector,
FltVector, ObjVector, Structure, Dictionary, Directory, Pair, List
Matrix, NumMatrix, Integer, Float, Number, Complex, Brick
An Analytic Information Server 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.
Character | String | Symbol | Vector |
BitVector | ByteVector | IntVector | FltVector |
ObjVector | Structure | Dictionary | DirectoryBrick |
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
|