Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Struct: RT.Servers.QValue<T>

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

TThis type parameter is not documented.

Constructors

QValue<T>(float q, T value)
Constructs a new q value

Instance methods

int
CompareTo(QValue<T> other)
Compares the Q number of this Q-value to the other one.
string
  • Overrides: object.ToString()
Converts the q value to a string.

Operators

TGets the value via an implicit conversion

Instance properties

floatGets the Q number