Companion

object Companion

Functions

checkSigned
Link copied to clipboard
fun checkSigned(v: Number): Boolean
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

MAX
Link copied to clipboard
val MAX: Ushort
A constant holding the maximum value an <code>unsigned short</code> can have, 2<sup>16</sup>-1.
MAX_VALUE
Link copied to clipboard
const val MAX_VALUE: Int = 0xffff
A constant holding the maximum value an <code>unsigned short</code> can have, 2<sup>16</sup>-1.
MIN
Link copied to clipboard
val MIN: Ushort
A constant holding the minimum value an <code>unsigned short</code> can have, 0.
MIN_VALUE
Link copied to clipboard
const val MIN_VALUE: Int = 0
A constant holding the minimum value an <code>unsigned short</code> can have, 0.

Sources

(source)
Link copied to clipboard