Gets the number of bytes associated with the current instance.
OutputVar := instance.BitSize
Value
Var integer
Gets the number of bytes associated with the current instance.
Readonly property
bigI := new MfBigInt("165798798456464561378674845676875311568784564")
MsgBox % bigI.BitSize ; displays 147
bigI.Multiply("123456")
MsgBox % bigI.Value ; displays 20468856462241288889565681747884318465035867133184
MsgBox % bigI.BitSize ; displays 164