type/property
check for a property
Calling Sequence
Parameters
Description
Examples
type(expr, property)
expr
-
any expression
The type( expr, 'property' ) command returns the value true if expr is a property (known to the assume facility) and the value false otherwise. For a description of known properties, see property.
Note: Types are properties, but not all properties are types.
type⁡real,property
true
type⁡real,type
false
type⁡realcons,property
type⁡realcons,type
type⁡TopProp,property
type⁡TopProp,type
type⁡property,property
See Also
assume
property
type
type/type
Download Help Document