Rounding

object Rounding

Rounding

Types

Link copied to clipboard
annotation class Increment

Defines the increment displayed on the instruction view

Properties

Link copied to clipboard

Undefined rounding increment.

Link copied to clipboard
const val INCREMENT_FIFTY: Int = 50

Rounding increment 50

Link copied to clipboard
const val INCREMENT_FIVE: Int = 5

Rounding increment 5

Link copied to clipboard
const val INCREMENT_ONE_HUNDRED: Int = 100

Rounding increment 100

Link copied to clipboard
const val INCREMENT_TEN: Int = 10

Rounding increment 10

Link copied to clipboard
const val INCREMENT_TWENTY_FIVE: Int = 25

Rounding increment 25