BigInt.getSubstring

Return (a maximum of) 32 bits of the complete value

struct BigInt
public const
uint
getSubstring
(
size_t offset
,
size_t length
)

Parameters

offset size_t

the offset to start extracting

length size_t

amount of bits to extract (starting at offset)

Return Value

Type: uint

the integer extracted from the register starting at offset with specified length

Meta