Summary
    Returns whether or not the first double is greater than the second double.
    
		- Namespace
 - MahApps
.Metro .Controls  - Containing Type
 - Utils
 
Syntax
public static bool IsGreaterThan(this double value1, double value2)
	Parameters
| Name | Type | Description | 
|---|---|---|
| value1 | double | The first double to compare. | 
| value2 | double | The second double to compare. | 
Return Value
| Type | Description | 
|---|---|
| bool | bool - the result of the GreaterThan comparision. | 
