Skip to content

UInt24.Subtraction Operator

Definition

Subtracts two values to compute their difference.

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

View source

Parameters

Name Type Description
left UInt24 The value from which right is subtracted.
right UInt24 The value that is subtracted from left.

Returns

UInt24

The value of right subtracted from left.