Skip to content

UInt24.UnaryPlus Operator

Definition

Computes the unary plus of a value.

public static UInt24 operator UnaryPlus(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value for which to compute the unary plus.

Returns

UInt24

The unary plus of value.