Skip to content

EB1RoundType

🎛️ Enum: EB1RoundType

Specifies the method of rounding for numerical values.

  • None: No rounding applied.
  • Round: Round to the nearest whole number.
  • RoundUp: Always round upward.
  • RoundDown: Always round downward.