UInt24.Increment Operator
Definition
Increments a value.
public static UInt24 operator Increment(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value to increment. |
Returns
The result of incrementing value.
Increments a value.
public static UInt24 operator Increment(UInt24 value);
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value to increment. |
The result of incrementing value.