Kone
0.0.0-dev-1
common
kone.algebraic
/
com.lounres.kone.algebraic
/
ByteField
Byte
Field
object
ByteField
:
Ring
<
Byte
>
,
Order
<
Byte
>
Members
Members & Extensions
Properties
one
Link copied to clipboard
open
override
val
one
:
Byte
value
Link copied to clipboard
open
val
Int
.
value
:
Byte
open
val
Long
.
value
:
Byte
zero
Link copied to clipboard
open
override
val
zero
:
Byte
Functions
compare
To
Link copied to clipboard
open
infix operator override
fun
Byte
.
compareTo
(
other
:
Byte
)
:
Int
doubling
Minus
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
doubling
Plus
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
doubling
Times
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
eq
Link copied to clipboard
open
infix
fun
Byte
.
eq
(
other
:
Byte
)
:
Boolean
equals
To
Link copied to clipboard
open
infix
fun
Byte
.
equalsTo
(
other
:
Byte
)
:
Boolean
is
Not
One
Link copied to clipboard
open
fun
Byte
.
isNotOne
(
)
:
Boolean
is
Not
Zero
Link copied to clipboard
open
fun
Byte
.
isNotZero
(
)
:
Boolean
is
One
Link copied to clipboard
open
fun
Byte
.
isOne
(
)
:
Boolean
is
Zero
Link copied to clipboard
open
fun
Byte
.
isZero
(
)
:
Boolean
minus
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
neq
Link copied to clipboard
open
infix
fun
Byte
.
neq
(
other
:
Byte
)
:
Boolean
not
Equals
To
Link copied to clipboard
open
infix
fun
Byte
.
notEqualsTo
(
other
:
Byte
)
:
Boolean
plus
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
pow
Link copied to clipboard
open
infix
fun
Byte
.
pow
(
exponent
:
UInt
)
:
Byte
open
infix
fun
Byte
.
pow
(
exponent
:
ULong
)
:
Byte
power
Link copied to clipboard
open
fun
power
(
base
:
Byte
,
exponent
:
UInt
)
:
Byte
open
fun
power
(
base
:
Byte
,
exponent
:
ULong
)
:
Byte
squaring
Power
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
times
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
unary
Minus
Link copied to clipboard
open
inline operator override
fun
Byte
.
unaryMinus
(
)
:
Byte
unary
Plus
Link copied to clipboard
open
operator
fun
Byte
.
unaryPlus
(
)
:
Byte
value
Of
Link copied to clipboard
open
inline override
fun
valueOf
(
arg
:
Int
)
:
Byte
open
inline override
fun
valueOf
(
arg
:
Long
)
:
Byte