Skip to content

UInt24.Addition Operator

Definition

Adds two values together to compute their sum.

public static UInt24 operator Addition(UInt24 left, UInt24 right);

View source

Parameters

Name Type Description
left UInt24 The value to which right is added.
right UInt24 The value that is added to left.

Returns

UInt24

The sum of left and right.