BigInteger: Precision (get)

Precision

Returns the number of bytes being used to represent the number.



 Public Property Get Precision ( ) As Long

Return Values

Long -  The number of bytes being used to represent the number.

Remarks

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.

See Also

Project CorLib Overview

Class BigInteger Overview