BigInt.encodedSize

struct BigInt
public const
size_t
encodedSize
(
Base base = Binary
)

Parameters

base Base

the base to measure the size for

Return Value

Type: size_t

size of this integer in base base

Meta