Ubyte

class Ubyte(v: Byte) : Number, Comparable<Ubyte>

Created by GBarbieri on 20.03.2017.

Constructors

Ubyte
Link copied to clipboard
fun Ubyte(number: Number)
Ubyte
Link copied to clipboard
fun Ubyte(string: String, base: Int = 10)
Ubyte
Link copied to clipboard
fun Ubyte(v: Byte)

Types

Companion
Link copied to clipboard
object Companion

Functions

and
Link copied to clipboard
infix fun and(b: Byte): Ubyte
infix fun and(b: Int): Ubyte
infix fun and(b: Ubyte): Ubyte
compareTo
Link copied to clipboard
operator fun compareTo(other: Byte): Int
operator fun compareTo(other: Int): Int
open operator override fun compareTo(other: Ubyte): Int
dec
Link copied to clipboard
operator fun dec(): Ubyte
div
Link copied to clipboard
infix operator fun div(b: Byte): Ubyte
infix operator fun div(b: Int): Ubyte
infix operator fun div(b: Ubyte): Ubyte
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
inc
Link copied to clipboard
operator fun inc(): Ubyte
inv
Link copied to clipboard
fun inv(): Ubyte
minus
Link copied to clipboard
infix operator fun minus(b: Byte): Ubyte
infix operator fun minus(b: Int): Ubyte
infix operator fun minus(b: Ubyte): Ubyte
or
Link copied to clipboard
infix fun or(b: Byte): Ubyte
infix fun or(b: Int): Ubyte
infix fun or(b: Ubyte): Ubyte
plus
Link copied to clipboard
infix operator fun plus(b: Byte): Ubyte
infix operator fun plus(b: Int): Ubyte
infix operator fun plus(b: Ubyte): Ubyte
rem
Link copied to clipboard
infix operator fun rem(b: Byte): Ubyte
infix operator fun rem(b: Int): Ubyte
infix operator fun rem(b: Ubyte): Ubyte
shl
Link copied to clipboard
infix fun shl(b: Byte): Ubyte
infix fun shl(b: Int): Ubyte
infix fun shl(b: Ubyte): Ubyte
shr
Link copied to clipboard
infix fun shr(b: Byte): Ubyte
infix fun shr(b: Int): Ubyte
infix fun shr(b: Ubyte): Ubyte
times
Link copied to clipboard
infix operator fun times(b: Byte): Ubyte
infix operator fun times(b: Int): Ubyte
infix operator fun times(b: Ubyte): Ubyte
toBigInt
Link copied to clipboard
fun toBigInt(): BigInteger
toByte
Link copied to clipboard
open override fun toByte(): Byte
toChar
Link copied to clipboard
open override fun toChar(): Char
toDouble
Link copied to clipboard
open override fun toDouble(): Double
toFloat
Link copied to clipboard
open override fun toFloat(): Float
toInt
Link copied to clipboard
open override fun toInt(): Int
toLong
Link copied to clipboard
open override fun toLong(): Long
toShort
Link copied to clipboard
open override fun toShort(): Short
toString
Link copied to clipboard
open override fun toString(): String
fun toString(radix: Int): String
fun toString(format: String): String
toUbyte
Link copied to clipboard
fun toUbyte(): Ubyte
toUint
Link copied to clipboard
fun toUint(): Uint
toUlong
Link copied to clipboard
fun toUlong(): Ulong
toUshort
Link copied to clipboard
fun toUshort(): Ushort
xor
Link copied to clipboard
infix fun xor(b: Byte): Ubyte
infix fun xor(b: Int): Ubyte
infix fun xor(b: Ubyte): Ubyte

Properties

v
Link copied to clipboard
var v: Byte

Sources

(source)
Link copied to clipboard