Skip to content

UInt24.CheckedDecrement Operator

Definition

Decrements a value.

public static UInt24 operator CheckedDecrement(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to decrement.

Returns

UInt24

The result of decrementing value.