OTX Reference
|
|
Gets the rounded to the nearest integer value of the operand. More...
Public Attributes | |
NumericTerm | numeral |
The numeric term that shall be rounded to the nearest integer. If there are two nearest integers, the term shall be rounded to the nearest integer towards plus infinity for positive numbers and rounded to the nearest integer towards minus infinity for negative numbers. 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 rounded to the nearest integer value of the operand.
RoundToNearest
is an IntegerTerm
which returns the rounded to the nearest integer value of the operand. In case the range of the Integer type is exceeded through the rounding operation or NaN, -INF or INF, the behaviour is tool specific.
NumericTerm OpenTestSystem.Otx.Core.Terms.RoundToNearest.numeral |
The numeric term that shall be rounded to the nearest integer. If there are two nearest integers, the term shall be rounded to the nearest integer towards plus infinity for positive numbers and rounded to the nearest integer towards minus infinity for negative numbers.