Function UNIT-KIND-P
Package:
CL-SBML
Syntax:
unit-kind-p object => result
Arguments and Values:
object
--an objectresult
--a booleanDescription:
The UNIT-KIND-P function returns T if the argument object is one of the symbols contained in the +UNIT-KINDS+ constant. Otherwise it returns NIL.
Affected By:
None.
Exceptional Situations:
None.
See Also:
UNIT-KIND, +UNIT-KINDS+.
Notes:
None.