property - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/property

check for a property

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, property)

Parameters

expr

-

any expression

Description

• 

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.

Examples

typereal,property

true

(1)

typereal,type

false

(2)

typerealcons,property

true

(3)

typerealcons,type

true

(4)

typeTopProp,property

true

(5)

typeTopProp,type

false

(6)

typeproperty,property

true

(7)

See Also

assume

property

type

type/type