BitNot()

Namespace ›› System ›› MfUInt64 ›› Methods ››
Parent Previous Next

BitNot()

OutputVar := instance.BitNot()

BitNot()

Performs logical NOT operation current instance bits

Returns

If ReturnAsObject is true then returns current instance of MfUInt64 with an updated Value; Otherwise returns Value as var.

Throws

Throws MfNotSupportedException if Readonly is true.
Throws MfNullReferenceException if called as a static method
Throws MfException for any other errors during the operation.

Remarks

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.

Example

UInt := new MfUInt64("77444564454564646", true)
UInt.BitNot()
MsgBox % UInt.Value ; 18369299509254986969