isCharacter
|
The isCharacter function checks the argument {obj} to determine if it is
a Character object. If the object is a Character, the isCharacter function returns
true. If the object is not a Character, false is returned.
Usage The isCharacter function is used whenever it is necessary to determine if an object is a Character.
(isCharacter obj ) Returns true if the object is a Character, otherwise false is returned.
Expression:
Arguments
Name
Type
Description Argument: obj Character, String, Symbol, Vector, BitVector, ByteVector, IntVector,
FltVector, ObjVector, Structure, Dictionary, Directory,
Matrix, NumMatrix, Integer, Float, Number, Complex, Boolean
An Analytic 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 | Directory |
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
|