Skip to content

UInt24.CheckedAddition Operator

Definition

Adds two values together to compute their sum.

public static UInt24 operator CheckedAddition(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.