OCLOperators maxValue
(Created page with "Returns the highest (maximum) value from a collection of simple value objects")
 
No edit summary
Line 1: Line 1:
Returns the highest (maximum) value from a collection of simple value objects
Returns the highest (maximum) value from a collection of simple value objects.
{| class="wikitable"
!Expression
!Result
|-
|(Bag{3, 2, 1, 6})->minValue
|6
|}

Revision as of 16:37, 7 January 2020

Returns the highest (maximum) value from a collection of simple value objects.

Expression Result
(Bag{3, 2, 1, 6})->minValue 6
This page was edited 76 days ago on 02/10/2024. What links here