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