Skip to content

UInt24.Min Method

Definition

Compares two values to compute which is lesser.

public static UInt24 Min(UInt24 x, UInt24 y);

View source

Parameters

Name Type Description
x UInt24 The value to compare with y.
y UInt24 The value to compare with x.

Returns

UInt24

x if it is less than y; otherwise, y.