SliderLongConverter

@Stable
data class SliderLongConverter(val min: Long, val max: Long) : SliderConverter<Long>

Constructors

Link copied to clipboard
constructor(min: Long, max: Long)

Properties

Link copied to clipboard
val max: Long
Link copied to clipboard
val min: Long

Functions

Link copied to clipboard
open override fun from(value: Long): Float
Link copied to clipboard
open override fun to(value: Float): Long