OCLOperators Number::max ( r : Number ) : Number
(Created page with "Returns the greatest number between ''self'' and *r*. {| class="wikitable" !Expression !Result |- |6.max(3) |6 |- |6.max(5.2) |6.0 |- |(2.3).max(3) |3.0 |- |(2.3).max(5.2) |...")
 
(Automatically adding template at the end of the page.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Returns the greatest number between ''self'' and *r*.
Returns the greatest number between ''self'' and *'''r'''*.
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression
Line 16: Line 16:
|5.2
|5.2
|}
|}
[[Category:OCL Number Operators]]
{{Edited|July|12|2024}}

Latest revision as of 15:39, 10 February 2024

Returns the greatest number between self and *r*.

Expression Result
6.max(3) 6
6.max(5.2) 6.0
(2.3).max(3) 3.0
(2.3).max(5.2) 5.2
This page was edited 95 days ago on 02/10/2024. What links here