Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: QValue<T>(float, T)

  • Declared in: RT.Servers.QValue<T>

Declaration

public QValue<T>(
    float q,
    T value
)

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.