Companion
object Companion
Contains declarations for holding or building a StrictlyNegativeInt.
Properties
Link copied to clipboard
The maximum value a StrictlyNegativeInt can have.
Link copied to clipboard
The minimum value a StrictlyNegativeInt can have.
Functions
Link copied to clipboard
@ExperimentalSince(version = KotoolsTypesVersion.V4_5_0)
Creates a StrictlyNegativeInt from the specified number, which may involve rounding or truncation, or throws an IllegalArgumentException if the number is greater than or equals zero.
Link copied to clipboard
@ExperimentalSince(version = KotoolsTypesVersion.V4_5_0)
Creates a StrictlyNegativeInt from the specified number, which may involve rounding or truncation, or returns null
if the number is greater than or equals zero.
Link copied to clipboard
Returns a random StrictlyNegativeInt.