Companion

object Companion

Properties

Link copied to clipboard

Inner class responsible for recreating Parcels into objects.

Functions

Link copied to clipboard
fun wrap(value: Double, min: Double, max: Double): Double

Constrains value to the given range (including min & max) via modular arithmetic.