DoubleSnapWholeNumber

If you need a DoubleSpinner, which returns whole numbers (as Doubles)

This only works for numbers that Long can hold. Weird that there isn't a Java function which rounds doubles, returning a double???

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun snap(input: Double): Double