Category
OCL Number Operators
No edit summary |
No edit summary Tag: 2017 source edit |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Number Operators == | ===== Number Operators ===== | ||
In addition to the basic math functions (+, -, /, \*), there are a number of advanced functions. Take note that | 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: | '''See also''': [[Documentation:OCLOperators|OCLOperators]] |
Latest revision as of 05:28, 10 March 2025
This page was created by Stephanie@mdriven.net on 2023-04-12. Last edited by Stephanie@mdriven.net on 2025-03-10.
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
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