Companion

object Companion

Contains declarations for holding or building a StrictlyNegativeInt.

Functions

Link copied to clipboard
@SinceKotoolsTypes(version = "3.0")
fun random(): StrictlyNegativeInt

Returns a random StrictlyNegativeInt.

Properties

Link copied to clipboard

The maximum value a StrictlyNegativeInt can have.

Link copied to clipboard

The minimum value a StrictlyNegativeInt can have.

Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
val range: NotEmptyRange<StrictlyNegativeInt>

The range of values a StrictlyNegativeInt can have.