Signed

Signed

class Signed

Constructors

<init>

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

Parameters

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

Methods

parseValue

protected fun parseValue(): Long

ReturnValue

Name Description
Long

checkMagnitude

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

Parameters

Name Description
value: Long
magnitude: Int

ReturnValue

Name Description
Boolean

toUnsigned

fun toUnsigned(): Unsigned

ReturnValue

Name Description
Unsigned

toSigned

fun toSigned(): Signed

ReturnValue

Name Description
Signed