Category
OCL Number Operators
In addition to the basic math functions (+, -, /, \*) are a number of advanced functions. Take note that *Number* denotes both *Integer* and *Real*, and they're substitutive unless otherwise specified.
This page was edited more than 1 years ago on 05/08/2023. What links here
Pages in category "OCL Number Operators"
The following 7 pages are in this category, out of 7 total.
O
- Documentation:OCLOperators Integer::div ( i : Integer ) : Integer
- Documentation:OCLOperators Integer::mod ( i : Integer ) : Integer
- Documentation:OCLOperators Number::abs () : Number
- Documentation:OCLOperators Number::floor () : Integer
- Documentation:OCLOperators Number::max ( r : Number ) : Number
- Documentation:OCLOperators Number::min ( r : Number ) : Number
- Documentation:OCLOperators Number::round () : Integer