UInt24.CheckedUnaryNegation Operator
Definition
Computes the checked unary negation of a value.
public static UInt24 operator CheckedUnaryNegation(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value for which to compute the unary negation. |
Returns
The unary negation of value.