BitSize

Namespace ›› System ›› MfBigInt ›› Properties ››
Parent Previous Next

BitSize

Gets the number of bytes associated with the current instance.

OutputVar := instance.BitSize

Value

Var integer

Gets

Gets the number of bytes associated with the current instance.

Remarks

Readonly property

Example

bigI := new MfBigInt("165798798456464561378674845676875311568784564")
MsgBox % bigI.BitSize ; displays 147
bigI.Multiply("123456")
MsgBox % bigI.Value ; displays 20468856462241288889565681747884318465035867133184
MsgBox % bigI.BitSize ; displays 164