bmel:maxOf¶
Category: Array & Statistics · Returns: bmel:number
bmel:maxOf(array: bmel:array<number>)
Description¶
Returns the maximum numeric value in an array.
Arguments¶
| Parameter | Type | Required | Description |
|---|---|---|---|
array | bmel:array<number> | ✅ | The array of numeric values. |
Example¶
bmel:maxOf({batch:Response Payload}.$.latencies)