class
Quantity extends AnyRef
Instance Constructors
-
new
Quantity(magnitude: Number = spire.math.Number.apply(1), _unit: Option[Q] = scala.None, _name: Option[String] = scala.None, _symbol: Option[String] = scala.None, _link: Option[String] = scala.None)
Type Members
-
type
QUA = Quantum.this.type
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
*(n: Number): Q
-
def
*:(n: Number): Q
-
def
+(right: Q): Q
-
def
-(right: Q): Q
-
def
/(n: Number): Q
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
by[QRGT <: Quantum, QRES <: Quantum](right: by.QRGT.Q, resultQuantum: QRES): by.QRES.Q
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
in(other: Q): Q
-
def
in_:(n: Number): Q
-
final
def
isInstanceOf[T0]: Boolean
-
def
label(): String
-
def
link(): Option[String]
-
def
magnitude(): Number
-
def
name(): String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
over[QBOT <: Quantum, QRES <: Quantum](bottom: over.QBOT.Q, resultQuantum: QRES): over.QRES.Q
-
def
per[QBOT <: Quantum, QRES <: Quantum](bottom: per.QBOT.Q, resultQuantum: QRES): per.QRES.Q
-
def
symbol(): Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
through[QBOT <: Quantum, QRES <: Quantum](bottom: through.QBOT.Q, resultQuantum: QRES): through.QRES.Q
-
def
toString(): String
-
def
unit(): Q
-
def
vertex(): Vertex[Q]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any