OCLOperators minValue
No edit summary
(Automatically adding template at the end of the page.)
 
(4 intermediate revisions by 2 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"
{| class="wikitable"
!Expression
!Expression
Line 7: Line 7:
|1
|1
|}
|}
[[Category:OCLOperators]]
[[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 92 days ago on 02/10/2024. What links here