Companion

object Companion

Contains declarations for holding or building a NegativeInt.

Functions

orNull
Link copied to clipboard
common
infix fun orNull(value: Int): NegativeInt?

Returns the value as a NegativeInt, or returns null if the value equals 0.

random
Link copied to clipboard
common
@SinceKotools(project = Project.Types, version = "3.0")
fun random(): NegativeInt

Returns a random NegativeInt.

Properties

max
Link copied to clipboard
common
val max: NegativeInt

The maximum value of a NegativeInt.

min
Link copied to clipboard
common
val min: NegativeInt

The minimum value of a NegativeInt.