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