RoundingMode

Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 23-Mar-2019

Entries

Link copied to clipboard

Towards negative infinity

Link copied to clipboard

Towards positive infinity

Link copied to clipboard

Away from zero

Link copied to clipboard

Towards zero

Link copied to clipboard

Infinite decimalPrecision, and beyond

Link copied to clipboard

Round towards nearest integer, using away from zero as tie breaker when significant digit being rounded is 5

Link copied to clipboard

Round towards nearest integer, using towards zero as tie breaker when significant digit being rounded is 5

Link copied to clipboard

Round towards nearest integer, using towards infinity as tie breaker when significant digit being rounded is 5

Link copied to clipboard

Round towards nearest integer, using towards negative infinity as tie breaker when significant digit being rounded is 5

Link copied to clipboard

Round towards nearest even integer

Link copied to clipboard

Round towards neares odd integer

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.