Category
OCL Number Operators
Number Operators
In addition to the basic math functions (+, -, /, \*), there are a number of advanced functions. Take note that Number denotes both Integer and Real, and they're substitutive unless otherwise specified.
See also: OCLOperators
This page was edited 6 days ago on 03/10/2025. What links here
Pages in category "OCL Number Operators"
The following 9 pages are in this category, out of 9 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::ieeereminder(r:Number):Integer
- Documentation:OCLOperators Number::max ( r : Number ) : Number
- Documentation:OCLOperators Number::min ( r : Number ) : Number
- Documentation:OCLOperators Number::round () : Integer
- Documentation:OCLOperators toDecimal