Zero

@ExperimentalSince(version = KotoolsTypesVersion.V4_5_1)
class Zero

Represents the zero number.

Constructors

Link copied to clipboard
constructor()

Creates an instance of Zero.

Types

Link copied to clipboard
object Companion

Contains static declarations for the Zero type.

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean

Returns true if the other object is an instance of Zero, or returns false otherwise.

Link copied to clipboard
override fun hashCode(): Int

Returns a hash code value for this number.

Link copied to clipboard
fun toByte(): Byte

Returns this number as Byte.

Link copied to clipboard
override fun toString(): String

Returns the string representation of this number.