QValue

final class QValue extends AnyVal with Ordered[QValue]

A Quality Value. Represented as thousandths for an exact representation rounded to three decimal places.

Value parameters:
thousandths

between 0 (for q=0) and 1000 (for q=1)

See also:
Companion:
object
Source:
QValue.scala
class Object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

override def compare(that: QValue): Int
Definition Classes
Source:
QValue.scala
def render(writer: Writer): writer.type
override def toString: String
Definition Classes
Any
Source:
QValue.scala

Inherited methods

def <(that: QValue): Boolean
Inherited from:
Ordered
def <=(that: QValue): Boolean
Inherited from:
Ordered
def >(that: QValue): Boolean
Inherited from:
Ordered
def >=(that: QValue): Boolean
Inherited from:
Ordered
def compareTo(that: QValue): Int
Inherited from:
Ordered

Concrete fields