Compares two decimal numbers.
Returns -1 if the first number is smaller than the second number.
Returns 0 if the numbers are equal.
Returns 1 if the first number is greater than the second number.
Syntax: CompareD (Num1 As Decimal, Num2 As Decimal) As Int32