Summary
Encapsulates a value with a Q rating, where Q is between 0 and 1. Provides a comparer such that the values with Q = 1
are the smallest.
Generic type parameters
| T | This type parameter is not documented. |
Constructors
|
Encapsulates a value with a Q rating, where Q is between 0 and 1. Provides a comparer such that the values with Q = 1
are the smallest. |
Instance methods
| int | | Compares the Q number of this Q-value to the other one. |
| string | | Converts the q value to a string. |
Operators
| T | | Gets the value via an implicit conversion |
Instance properties