IntSnapEvery

class IntSnapEvery(val every: Int, val threshold: Int) : Snap<Int>

Constructors

Link copied to clipboard
constructor(every: Int, threshold: Int)

Properties

Link copied to clipboard
val every: Int
Link copied to clipboard

Functions

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