UShort

kse.maths.Maths$package.UShort
object UShort

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UShort.type

Members list

Type members

Classlikes

object given_Ordering_UShort extends Ordering[UShort]

Attributes

Supertypes
trait Ordering[UShort]
trait PartialOrdering[UShort]
trait Equiv[UShort]
trait Serializable
trait Comparator[UShort]
class Object
trait Matchable
class Any
Show all
Self type
object given_Translucent_UShort_Short extends Translucent[UShort, Short]

Attributes

Supertypes
trait Translucent[UShort, Short]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

inline def MaxValue: UShort
inline def apply(i: Short): UShort
inline def clamp(i: Short): UShort
inline def wrap(i: Short): UShort

Extensions

Extensions

extension (i: UShort)
inline def s: Short
inline def signed: Short
inline def toShort: Short
inline def unwrap: Short
extension (i: UShort)
inline def %(b: UByte): UInt
inline def %(t: UShort): UInt
inline def %(j: UInt): UInt
inline def %(l: ULong): ULong
def %#(j: UShort): UShort
inline def &(t: UShort): UShort
inline def *(b: UByte): UInt
inline def *(t: UShort): UInt
inline def *(j: UInt): UInt
inline def *(l: ULong): ULong
def *!(j: UShort): UShort
def *#(j: UShort): UShort
inline def +(b: UByte): UInt
inline def +(t: UShort): UInt
inline def +(j: UInt): UInt
inline def +(l: ULong): ULong
def +!(j: UShort): UShort
def +#(j: UShort): UShort
inline def -(b: UByte): UInt
inline def -(t: UShort): UInt
inline def -(j: UInt): UInt
inline def -(l: ULong): ULong
def -!(j: UShort): UShort
def -#(j: UShort): UShort
inline def /(b: UByte): UInt
inline def /(t: UShort): UInt
inline def /(j: UInt): UInt
inline def /(l: ULong): ULong
def /!(j: UShort): UShort
def /#(j: UShort): UShort
inline def <(j: UShort): Boolean
inline def <=(j: UShort): Boolean
inline def >(j: UShort): Boolean
inline def >=(j: UShort): Boolean
inline def ^(t: UShort): UShort
def checkIn(lo: UShort, hi: UShort): UShort
def checkedToByte: Byte
def checkedToShort: Short
def clamp(lo: UShort, hi: UShort): UShort
def clampToByte: Byte
def clampToShort: Short
inline def hexString: String
inline def hiHexString: String
def in(lo: UShort, hi: UShort): Boolean
inline def loHexString: String
inline def max(j: UShort): UShort
inline def min(j: UShort): UShort
inline def pr: String
inline def toByte: Byte
inline def toChar: Char
inline def toDouble: Double
inline def toFloat: Float
inline def toInt: Int
inline def toLong: Long
inline def toUByte: UByte
inline def toUInt: UInt
inline def toULong: ULong
inline def unary_~: UShort
inline def |(t: UShort): UShort