Returns -1, 0, or 1 based on whether the first value is less than, equal to, or greater than the second one.
function (optional
value1
as nullable any, optionalvalue2
as nullable any, optionalprecision
as nullable any) as number
Returns -1, 0, or 1 based on whether the first value is less than, equal to, or greater than the second one.
Values