< (less than) (PEL)

This operator performs a comparison operation that determines whether the value of one PerformancePoint Expression Language (PEL) expression is less than the value of another PEL expression.

Numeric_Expression1 < Numeric_Expression2

Operands

  • Numeric_Expression1
    A valid PEL numeric expression.
  • Numeric_Expression2
    A valid PEL numeric expression.

Return Value

A Boolean value based on the following conditions:

  • TRUE if both parameters are non-null, and the first parameter has a value that is lower than the value of the second parameter.

  • FALSE if both parameters are non-null, and the first parameter has a value that is either equal to or greater than the value of the second parameter.

  • NULL if either or both parameters evaluate to a null value.

See Also

Other Resources

PEL operators