OCLOperators minValue
(Created page with "Returns the lowest (minimum) value from a collection of simple value objects")
 
(Automatically adding template at the end of the page.)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Returns the lowest (minimum) value from a collection of simple value objects
Returns the lowest (minimum) value from a collection of simple value objects.
{| class="wikitable"
!Expression
!Result
|-
|(Bag{3, 2, 1, 6})->minValue
|1
|}
[[Category:OCL General Operators]]
{{Edited|July|12|2024}}

Latest revision as of 15:42, 10 February 2024

Returns the lowest (minimum) value from a collection of simple value objects.

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