• Returns the maximum value of a numeric expression that is evaluated over a set.

    If a numeric expression is specified, the specified numeric expression is evaluated across the set and then returns the maximum value from that evaluation. If a numeric expression is not specified, the specified set is evaluated in the current context of the members of the set and then returns the maximum value from that evaluation.

    Parameters

    • Set_Expression: string
    • Optional Numeric_Expression: string

    Returns string

Generated using TypeDoc