Value.Compare
Returns -1, 0, or 1 based on whether the first value is less than, equal to, or greater than the second one.
function (optionalvalue1
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
Last modified 4yr ago