Complement - Function SummarySummary:Returns the one's complement value. Usage:complement value Arguments:value - The value argument. (must be: logic number char tuple bitset) Description:Used for bitmasking of integer numbers and inverting bitsets (charsets).
Related:negate - Changes the sign of a number.
| ||||
|