Skip to content

UInt24.CheckedDivision Operator

Definition

Divides two values together to compute their quotient.

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

View source

Parameters

Name Type Description
left UInt24 The value that right divides.
right UInt24 The value that divides left.

Returns

UInt24

The quotient of left divided by right.