Skip to content

UInt24.Decrement Operator

Definition

Decrements a value.

public static UInt24 operator Decrement(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to decrement.

Returns

UInt24

The result of decrementing value.