quantities v0.3.1 (2014-09-14T10:45:06Z)
Home
Dub
Repo
Quantity.opBinary
quantities
base
Quantity
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opBinary
(Q other)
auto
opBinary
(T other)
auto
opBinary
(Q other)
struct
Quantity
(N, Dim...)
const
auto
opBinary
(
string
op
Q
)
(
Q
other
)
if
(
isQuantity
!
Q
&&
(
op
== "*" ||
op
== "/"
||
op
== "%"
)
)
auto
opBinary
(T other)
auto
opBinary
(T power)
Meta
Source
See Implementation
quantities
base
Quantity
aliases
dimensions
valueType
constructors
this
functions
isConsistentWith
opAssign
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
opUnary
toString
value
properties
baseUnit
rawValue
static functions
make
templates
checkDim
checkValueType