:: - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


type/::

check for an expression of type `::`

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, `::`)

Parameters

expr

-

any expression

Description

• 

This function will return true if expr is of type `::`, and false otherwise.  For additional information, see operators/binary.

Examples

typea::b,`::`

true

(1)

See Also

patmatch

procedure/paramtype

type

typematch