LT

Checks whether the inputs are ordered in a strictly monotonically increasing sequence. The number of inputs is extensible.

Input

Name

Type

Description

IN1

ANY_ELEMENTARY

Input

IN2

ANY_ELEMENTARY

Input

INn

ANY_ELEMENTARY

Input

Output

Name

Type

Description

OUT

BOOL

TRUE, if (IN1 < IN2) & (IN2 < IN3) & … & (INn-1 < INn)