OCLOperators at0
No edit summary
No edit summary
Line 12: Line 12:
|}
|}
[[Category:OCL Collection Operators]]
[[Category:OCL Collection Operators]]
{{Edited|July|12|2024}}See also [[Documentation:OCLOperators at|at]] operator and comments on [[Documentation:OCLOperators indexof|indexof]] operators
{{Edited|July|12|2024}}See also [[Documentation:OCLOperators at|at]] operator and comments on [[Documentation:OCLOperators indexOf|indexof]] operators

Revision as of 09:49, 2 October 2024

This page was created by Alexandra on 2017-08-13. Last edited by Edgar on 2025-01-20.

at0 ( index : Integer ) : T

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

Note! 0-based index.

Expression Result
Sequence{'a', 'b'}->at0(1) b

See also at operator and comments on indexof operators