/ (division) (PEL)

This operator performs an arithmetic operation that divides one number by another number.

Numeric_Expression1 / Numeric_Expression2

Operands

  • Numeric_Expression1
    A valid PerformancePoint Expression Language (PEL) expression that returns a numeric value.
  • Numeric_Expression2
    A valid PEL expression that returns a numeric value.

Return Value

The value returned by the / (Divide) operator represents the quotient of Numeric_Expression1 divided by Numeric_Expression2.

Remarks

If Numeric_Expressio21 evaluates to a null value, the operator raises an error. If both Numeric_Expression1 and Numeric_Expression2 evaluate to a null value, the operator returns a null value.

See Also

Other Resources

PEL operators