Unsigned

Unsigned

class Unsigned

Constructors

<init>

constructor(sequence: CharSequence, magnitude: Int, context: ParseContext?)

Parameters

Name Description
sequence: CharSequence
magnitude: Int
context: ParseContext?

Methods

parseValue

protected fun parseValue(): ULong

ReturnValue

Name Description
ULong

checkMagnitude

protected fun checkMagnitude(value: ULong, magnitude: Int): Boolean

Parameters

Name Description
value: ULong
magnitude: Int

ReturnValue

Name Description
Boolean

toUnsigned

fun toUnsigned(): Unsigned

ReturnValue

Name Description
Unsigned

toSigned

fun toSigned(): Signed

ReturnValue

Name Description
Signed