Uncertainty class abstract interface

Implemented types
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uncertainty num
no setter

Methods

added(num n) Measurement
inherited
compareTo(NumericalValue other) int
Compares this object to another object.
inherited
divided(num n) Measurement
inherited
multiplied(num n) Measurement
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subtracted(num n) Measurement
inherited
toNum() num
inherited
toString() String
A string representation of this object.
inherited

Operators

operator *(Measurement o) Measurement
inherited
operator +(Measurement o) Measurement
inherited
operator -(Measurement o) Measurement
inherited
operator /(Measurement o) Measurement
inherited
operator <(NumericalValue o) bool
inherited
operator <=(NumericalValue o) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(NumericalValue o) bool
inherited
operator >=(NumericalValue o) bool
inherited