Signum
Toggle table of contents
3.19.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Signum
indispensable-asn1
/
at.asitplus.signum.indispensable.asn1.encoding
/
fromTwosComplementByteArray
from
Twos
Complement
Byte
Array
fun
Int.Companion
.
fromTwosComplementByteArray
(
it
:
ByteArray
)
:
Int
(
source
)
fun
UInt.Companion
.
fromTwosComplementByteArray
(
it
:
ByteArray
)
:
UInt
(
source
)
fun
Long.Companion
.
fromTwosComplementByteArray
(
it
:
ByteArray
)
:
Long
(
source
)
fun
ULong.Companion
.
fromTwosComplementByteArray
(
it
:
ByteArray
)
:
ULong
(
source
)