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

(1)

(2)

(3)

(4)

(5)

(6)

(7)

See Also

assume

property

type

type/type

 


Download Help Document