OpenInterval

OpenInterval returns TRUE if the value x is in the open interval defined by A and B.

Methods

Arguments

Return Value

out

x::continuous

logical

A::continuous

B::continuous

On activation of method

Out

TRUE is returned if A < x < B. Otherwise, FALSE is returned.