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

Online Help

All Products    Maple    MapleSim


type/<

check for a strict inequality

 

Calling Sequence

Parameters

Description

Supertypes

Examples

Calling Sequence

type(expr, `<`)

Parameters

expr

-

any expression

Description

• 

The call type(expr, `<`) checks if expr is of type `<`, that is, if it is a strict inequality. It returns true if expr is of type `<`, and false otherwise.

• 

The type `<` is a surface type check, and is therefore very fast. The supertypes relation and boolean includes this type.

Supertypes

• 

type/relation

Examples

typea<b&comma;`<`

true

(1)

typeab&comma;`<`

false

(2)

See Also

type

type/boolean

type/lessequal

type/relation

type/structure