CompareUnsigned

Syntax

stock CompareUnsigned(first, second)

Usage

first
First value to compare.
second
Second value to compare.

Description

Compares two integers as unsigned values.

Return

-1 if first is smaller than second
 0 if first is equal to second
 1 if first is greater than second.