Skip to content

UInt24.CheckedIncrement Operator

Definition

Increments a value.

public static UInt24 operator CheckedIncrement(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to increment.

Returns

UInt24

The result of incrementing value.