BigInteger: Precision (get) |
Returns the number of bytes being used to represent the number.
Public Property Get Precision ( ) As Long
There may be additional bytes allocated, but not considered as part of the number. Those bytes are not represented in the precision.
Since a negative value can have an infinite number of leading &HFFFF values, only 1 (2 bytes) is counted if it is needed.
Read Only.