OTX Reference
|
|
Gets the remainder of a division More...
Public Attributes | |
NumericTerm | divisor |
Numeric value of the operation of type NumericTerm. More... | |
NumericTerm | numeral |
Numeric value of the operation of type NumericTerm. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Gets the remainder of a division
Modulo
is a NumericTerm
which returns the remainder of a division. If the dividend value is positive, the returned remainder will be positive. If the dividend value is negative, the returned remainder will be negative.
Core.Exceptions.ArithmeticException | It is thrown if both dividend and divisor are Integer and the divisor value is zero. |
NumericTerm OpenTestSystem.Otx.Core.Terms.Modulo.divisor |
Numeric value of the operation of type NumericTerm.
NumericTerm OpenTestSystem.Otx.Core.Terms.Modulo.numeral |
Numeric value of the operation of type NumericTerm.