Skip to content

bmel:minInlineOf

Category: Math · Returns: bmel:number

Variadic function

Accepts a variable number of arguments of the same type.

bmel:minInlineOf(values: bmel:number...)

Description

Returns the minimum value from two or more inline numeric arguments.

Arguments

Parameter Type Required Description
values ... bmel:number Two or more numeric values to compare. Returns the smallest.

Example

bmel:minInlineOf({sla:Response Payload}.$.p50, {sla:Response Payload}.$.p95)

Back to BMEL Reference