Rounding Mode
Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 23-Mar-2019
Entries
Away from zero
Towards zero
Round towards nearest integer, using away from zero as tie breaker when significant digit being rounded is 5
Round towards nearest integer, using towards zero as tie breaker when significant digit being rounded is 5
Round towards nearest integer, using towards infinity as tie breaker when significant digit being rounded is 5
Round towards nearest integer, using towards negative infinity as tie breaker when significant digit being rounded is 5
Round towards nearest even integer
Round towards neares odd integer
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.