Enum: RoundingModeEnum
The enumerated values to specify the rounding direction when rounding of a number to nearest. Used by function cdm.base.math.RoundToNearest.
URI: common_domain_model:RoundingModeEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| Down | None | A number will be rounded down to the specified nearest number |
| Up | None | A number will be rounded up to the specified nearest number |
Slots
| Name | Description |
|---|---|
| deliveryDirection | The rounding rule applicable to the Delivery Amount (which can be (i) up to n... |
| returnDirection | The rounding rule applicable to the Return Amount (which can be (i) up to nea... |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: RoundingModeEnum
description: The enumerated values to specify the rounding direction when rounding
of a number to nearest. Used by function cdm.base.math.RoundToNearest.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
Down:
text: Down
description: A number will be rounded down to the specified nearest number. For
example, 529 rounded down to the nearest 10 is 520.
Up:
text: Up
description: A number will be rounded up to the specified nearest number. For
example, 521 rounded up to the nearest 10 is 530.