BinaryNOT

Purpose:

Negates the value binary and returns the result.

Parameter:

Number       Value.

Return value:

String

Example:

BinaryNOT (10)         Result: 5

                                (ten equivalent 1010, five equivalent 0101)