Type - Maple Help

Online Help

All Products    Maple    MapleSim


TypeTools

  

Type

  

test whether an expression is of the given type

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Type(e, t)

Parameters

e

-

any expression

t

-

type

Description

• 

The Type command tests whether the expression e is of the type t. This command is identical to the top-level type command. For information about this command, see type.

Examples

TypeToolsType7,integer

true

(1)

TypeToolsType23,integer

false

(2)

TypeToolsType2.3,5.6,8.9,listfloat

true

(3)

TypeToolsType2x7+3x+1,polynominteger

true

(4)

See Also

type

TypeTools