Rounding

object Rounding

Rounding

Types

Increment
Link copied to clipboard
annotation class Increment
Defines the increment displayed on the instruction view

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

INCREMENT_FIFTY
Link copied to clipboard
const val INCREMENT_FIFTY: Int = 50
Rounding increment 50Used at Increment
INCREMENT_FIVE
Link copied to clipboard
const val INCREMENT_FIVE: Int = 5
Rounding increment 5Used at Increment
INCREMENT_ONE_HUNDRED
Link copied to clipboard
const val INCREMENT_ONE_HUNDRED: Int = 100
Rounding increment 100Used at Increment
INCREMENT_TEN
Link copied to clipboard
const val INCREMENT_TEN: Int = 10
Rounding increment 10Used at Increment
INCREMENT_TWENTY_FIVE
Link copied to clipboard
const val INCREMENT_TWENTY_FIVE: Int = 25
Rounding increment 25Used at Increment