Returns a value that indicates whether a specified double value is greater than another specified double value.
true if left is greater than right; otherwise, false.
The double.op_GreaterThan(double, double) method defines the operation of the greater-than operator for double values.