UInt24.Decrement Operator
Definition
Decrements a value.
public static UInt24 operator Decrement(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value to decrement. |
Returns
The result of decrementing value.
Decrements a value.
public static UInt24 operator Decrement(UInt24 value);
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value to decrement. |
The result of decrementing value.