class LessThanFunc : public NumFunc (Return to index)

< (less than) operator.

Type:
    Instantiable

Base Classes:

Derived Classes

Include file:

    ComTerp/boolfunc.h

Description:

also useful for partial string comparison with :n keyword, i.e. lt("string2" "string1" :n 6) returns false. also useful for symbol comparison with :sym keyword.

Public:



(more documentation)