kmath-core
0.3.1
common
kmath-core
/
space.kscience.kmath.operations
/
ByteRing
/
minus
minus
open
inline operator override
fun
Byte
.
minus
(
arg
:
Byte
)
:
Byte
Subtraction of two elements.
Receiver
the minuend.
Return
the difference.
Parameters
arg
the subtrahend.