OCLOperators at0
No edit summary
(Automatically adding template at the end of the page.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== at ( index : Integer ) : T ===
=== at ( index : Integer ) : T ===
Returns the element of ''self'' at the *index* position.
Returns the element of ''self'' at the *index* position.  


'''Note! 0-based index.'''
'''Note! 0-based index.'''
Line 10: Line 10:
|a
|a
|}
|}
[[Category:OCLOperators]]
[[Category:OCL Collection Operators]]
{{Edited|July|12|2024}}

Latest revision as of 15:41, 10 February 2024

at ( index : Integer ) : T

Returns the element of self at the *index* position.

Note! 0-based index.

Expression Result
Sequence{'a', 'b'}->at(1) a
This page was edited 92 days ago on 02/10/2024. What links here