UInt24.OnesComplement Operator
Definition
Computes the ones-complement representation of a given value.
public static UInt24 operator OnesComplement(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value for which to compute the ones-complement. |
Returns
The ones-complement of value.