Skip to content

orderingCompareFunction

Litichevskiy Dmitriy edited this page Jan 26, 2019 · 1 revision

orderingCompareFunction : number

Kind: global typedef
Returns: number - A signed integer that indicates the relative values of x and y, less than zero if x is less than y, greater than zero if x is greater than y and zero if x equals y.

Param Type Description
x * The first object to compare.
y * The second object to compare.
Clone this wiki locally