Rounding

public enum Rounding

An enum representing the rounding method to use.

  • down: Rounds down to the nearest half star.
  • up: Rounds up to the nearest half star.
  • nearest: Rounds to the nearest half star.
  • Declaration

    Swift

    case down
  • up

    Declaration

    Swift

    case up
  • Declaration

    Swift

    case nearest