Name | Type | Description |
---|---|---|
size | size_t | The size of the large number. The size is the number of multi-precision digits used to represent the value in the large number. A size of zero indicates a value of zero. |
ln X; ... X.SetDigit( 0, 12 ); X.SetSize( 1 ); |
ln X; ... X.SetDigit( 0, 12 ).SetSize( 1 );