kvision-bootstrap
/
io.kvision.progress
/
Bounds
Bounds
data class
Bounds
<
T
>(min:
T
, max:
T
)
Content copied to clipboard
Generic progress bounds.
Constructors
Properties
Extensions
Constructors
Bounds
Link copied to clipboard
fun <
T
>
Bounds
(min:
T
, max:
T
)
Content copied to clipboard
Properties
max
Link copied to clipboard
val
max
:
T
Content copied to clipboard
min
Link copied to clipboard
val
min
:
T
Content copied to clipboard
Extensions
fraction
Link copied to clipboard
fun
Bounds
<out
Number
>.
fraction
(value:
Double
):
Double
Content copied to clipboard
Calculate fraction for the given value and bounds.