OutputVar := instance.BitNot()
Performs logical NOT operation current instance bits
If ReturnAsObject is true then returns current instance of MfUInt64 with an updated Value; Otherwise returns Value as var.
Throws MfNotSupportedException if Readonly is true.
Throws MfNullReferenceException if called as a static method
Throws MfException for any other errors during the operation.
AutoHotkey has a integer upper limit of MfInt64.MaxValue. MfUInt64 can have greater values up to MfUInt.MaxValue. For this reason preforming bitwise operations in the standard AutoHotkey way by using <<, >>, &, ^, | operates will not work on on MfUInt64 values.
UInt := new MfUInt64("77444564454564646", true)
UInt.BitNot()
MsgBox % UInt.Value ; 18369299509254986969