Skip to content

UInt24.Increment Operator

Definition

Increments a value.

public static UInt24 operator Increment(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to increment.

Returns

UInt24

The result of incrementing value.