This documentation is archived and is not being maintained.
Double Operators
Visual Studio 2010
The Double type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equality | Returns a value that indicates whether two specified Double values are equal. |
|
GreaterThan | Returns a value that indicates whether a specified Double value is greater than another specified Double value. |
|
GreaterThanOrEqual | Returns a value that indicates whether a specified Double value is greater than or equal to another specified Double value. |
|
Inequality | Returns a value that indicates whether two specified Double values are not equal. |
|
LessThan | Returns a value that indicates whether a specified Double value is less than another specified Double value. |
|
LessThanOrEqual | Returns a value that indicates whether a specified Double value is less than or equal to another specified Double value. |
Show: