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 Params
thousandths

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

See also
Companion
object
trait Ordered[QValue]
trait Comparable[QValue]
class Object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

override def compare(that: QValue): Int
Definition Classes
Ordered
def isAcceptable: Boolean
def render(writer: Writer): writer
def toDouble: Double
override def toString: String
Definition Classes
Any

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

val thousandths: Int