![]() | SphinxFloat Operators and Type Conversions |
The SphinxFloat type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the operator ==.
|
![]() ![]() | GreaterThan |
Implements the operator >.
|
![]() ![]() | GreaterThanOrEqual |
Implements the operator >=.
|
![]() ![]() | (Single to SphinxFloat) |
Performs an implicit conversion from Single to SphinxFloat.
|
![]() ![]() | (SphinxFloat to Double) |
Performs an implicit conversion from SphinxFloat to Double.
|
![]() ![]() | (SphinxFloat to Single) |
Performs an implicit conversion from SphinxFloat to Single.
|
![]() ![]() | Inequality |
Implements the operator !=.
|
![]() ![]() | LessThan |
Implements the operator <.
|
![]() ![]() | LessThanOrEqual |
Implements the operator <=.
|