quantities v0.3.1 (2014-09-14T10:45:06Z)
Home
Dub
Repo
DimensionException
quantities
base
Exception thrown when operating on two units that are not interconvertible.
class
DimensionException : Exception {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this
(string msg, Throwable next, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
quantities
base
classes
DimensionException
functions
dimstr
store
toAA
structs
Quantity
templates
AreConsistent
Filter
FilterOut
FilterPred
Invert
Is
IsDim
OpBinary
Pow
PowInverse
Reduce
RemoveNull
Simplify
Sort
Store
isNumberLike
isQuantity
prefix
unit
Exception thrown when operating on two units that are not interconvertible.