OCLOperatorsSize () : Integer
(Created page with " Returns the number of characters composing ''self''. {| class="wikitable" !Expression !Result |- |'size operation'.size() |14 |}")
 
(Updated Edited template to July 12, 2025.)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>


Returns the number of characters composing ''self''.
Returns the number of characters composing ''self''.  
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression
Line 8: Line 9:
|14
|14
|}
|}
[[Category:OCLOperators]]
{{Edited|July|12|2025}}

Latest revision as of 05:54, 20 January 2025

This page was created by Peter on 2019-11-22. Last edited by Edgar on 2025-01-20.


Returns the number of characters composing self.

Expression Result
'size operation'.size() 14