- isConsistentWith
bool isConsistentWith(Q other)
Tests wheter this quantity has the same dimensions as another one.
- opAssign
void opAssign(Q other)
Overloaded operators.
Only dimensionally correct operations will compile.
- opAssign
void opAssign(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
auto opBinary(Q other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
auto opBinary(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
auto opBinary(Q other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
auto opBinary(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
auto opBinary(T power)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
auto opBinaryRight(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
auto opBinaryRight(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
auto opBinaryRight(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
Q opCast()
Cast a quantity to another quantity type with the same dimensions
- opCast
T opCast()
Cast a dimensionless quantity to a numeric type
- opCmp
int opCmp(Q other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Q other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(Q other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(Q other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
auto opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
auto opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
void toString(void delegate(const(char)[]) sink, FormatSpec!char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
- value
N value(Q target)
Gets the value of this quantity expressed in the given target unit.
A quantity that can be expressed as the product of a number and a set of dimensions.