Rounding Type
the type of rounding, specifying midpoint-rounding where necessary
Union cases
Union case |
Description
|
Full Usage:
NoRounding
|
do not round at all |
Full Usage:
RoundDown
|
round down to the specified precision (= floor) |
Full Usage:
RoundUp
|
round up to the specified precision (= ceiling) |
|
round up or down to the specified precision based on the given midpoint rounding rules
|
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the rounding in a readable format
|
Full Usage:
this.IsNoRounding
Returns: bool
|
|
Full Usage:
this.IsRoundDown
Returns: bool
|
|
Full Usage:
this.IsRoundUp
Returns: bool
|
|
Full Usage:
this.IsRoundWith
Returns: bool
|
|