ByteField

object ByteField : Ring<Byte> , Order<Byte>

Properties

Link copied to clipboard
open override val one: Byte
Link copied to clipboard
open val Int.value: Byte
open val Long.value: Byte
Link copied to clipboard
open override val zero: Byte

Functions

Link copied to clipboard
open infix operator override fun Byte.compareTo(other: Byte): Int
Link copied to clipboard
fun <V> Ring<V>.doublingMinus(first: V, other: Int): V
fun <V> Ring<V>.doublingMinus(first: V, other: Long): V
fun <V> Ring<V>.doublingMinus(first: V, other: UInt): V
fun <V> Ring<V>.doublingMinus(first: V, other: ULong): V
fun <V> Ring<V>.doublingMinus(first: Int, other: V): V
fun <V> Ring<V>.doublingMinus(first: Long, other: V): V
fun <V> Ring<V>.doublingMinus(first: UInt, other: V): V
fun <V> Ring<V>.doublingMinus(first: ULong, other: V): V
Link copied to clipboard
fun <V> Ring<V>.doublingPlus(first: V, other: Int): V
fun <V> Ring<V>.doublingPlus(first: V, other: Long): V
fun <V> Ring<V>.doublingPlus(first: V, other: UInt): V
fun <V> Ring<V>.doublingPlus(first: V, other: ULong): V
fun <V> Ring<V>.doublingPlus(first: Int, other: V): V
fun <V> Ring<V>.doublingPlus(first: Long, other: V): V
fun <V> Ring<V>.doublingPlus(first: UInt, other: V): V
fun <V> Ring<V>.doublingPlus(first: ULong, other: V): V
Link copied to clipboard
fun <V> Ring<V>.doublingTimes(first: V, other: Int): V
fun <V> Ring<V>.doublingTimes(first: V, other: Long): V
fun <V> Ring<V>.doublingTimes(first: V, other: UInt): V
fun <V> Ring<V>.doublingTimes(first: V, other: ULong): V
fun <V> Ring<V>.doublingTimes(first: Int, other: V): V
fun <V> Ring<V>.doublingTimes(first: Long, other: V): V
fun <V> Ring<V>.doublingTimes(first: UInt, other: V): V
fun <V> Ring<V>.doublingTimes(first: ULong, other: V): V
Link copied to clipboard
open infix fun Byte.eq(other: Byte): Boolean
Link copied to clipboard
open infix fun Byte.equalsTo(other: Byte): Boolean
Link copied to clipboard
open fun Byte.isNotOne(): Boolean
Link copied to clipboard
open fun Byte.isNotZero(): Boolean
Link copied to clipboard
open fun Byte.isOne(): Boolean
Link copied to clipboard
open fun Byte.isZero(): Boolean
Link copied to clipboard
open inline operator override fun Byte.minus(other: Byte): Byte
open operator override fun Byte.minus(other: Int): Byte
open operator override fun Byte.minus(other: Long): Byte
open operator override fun Int.minus(other: Byte): Byte
open operator override fun Long.minus(other: Byte): Byte
Link copied to clipboard
open infix fun Byte.neq(other: Byte): Boolean
Link copied to clipboard
open infix fun Byte.notEqualsTo(other: Byte): Boolean
Link copied to clipboard
open inline operator override fun Byte.plus(other: Byte): Byte
open operator override fun Byte.plus(other: Int): Byte
open operator override fun Byte.plus(other: Long): Byte
open operator override fun Int.plus(other: Byte): Byte
open operator override fun Long.plus(other: Byte): Byte
Link copied to clipboard
open infix fun Byte.pow(exponent: UInt): Byte
open infix fun Byte.pow(exponent: ULong): Byte
Link copied to clipboard
open fun power(base: Byte, exponent: UInt): Byte
open fun power(base: Byte, exponent: ULong): Byte
Link copied to clipboard
fun <V> Ring<V>.squaringPower(base: V, exponent: Int): V
fun <V> Ring<V>.squaringPower(base: V, exponent: Long): V
fun <V> Ring<V>.squaringPower(base: V, exponent: UInt): V
fun <V> Ring<V>.squaringPower(base: V, exponent: ULong): V
Link copied to clipboard
open inline operator override fun Byte.times(other: Byte): Byte
open operator override fun Byte.times(other: Int): Byte
open operator override fun Byte.times(other: Long): Byte
open operator override fun Int.times(other: Byte): Byte
open operator override fun Long.times(other: Byte): Byte
Link copied to clipboard
open inline operator override fun Byte.unaryMinus(): Byte
Link copied to clipboard
open operator fun Byte.unaryPlus(): Byte
Link copied to clipboard
open inline override fun valueOf(arg: Int): Byte
open inline override fun valueOf(arg: Long): Byte