PySharp Units of Measure
Units of Measure in Python
|
This is the complete list of members for uom.quantity.Quantity, including all inherited members.
__eq__(self, other) (defined in uom.quantity.Quantity) | uom.quantity.Quantity | |
__hash__(self) (defined in uom.quantity.Quantity) | uom.quantity.Quantity | |
__init__(self, amount, uom) | uom.quantity.Quantity | |
__str__(self) (defined in uom.quantity.Quantity) | uom.quantity.Quantity | |
add(self, other) | uom.quantity.Quantity | |
amount (defined in uom.quantity.Quantity) | uom.quantity.Quantity | |
classify(self) | uom.quantity.Quantity | |
compare(self, other) | uom.quantity.Quantity | |
convert(self, toUOM) | uom.quantity.Quantity | |
convertToPower(self, uom) | uom.quantity.Quantity | |
convertToPowerProduct(self, uom1, uom2) | uom.quantity.Quantity | |
createAmountFromString(value) | uom.quantity.Quantity | static |
divide(self, other) | uom.quantity.Quantity | |
divideByAmount(self, divisor) | uom.quantity.Quantity | |
invert(self) | uom.quantity.Quantity | |
multiply(self, other) | uom.quantity.Quantity | |
multiplyByAmount(self, multiplier) | uom.quantity.Quantity | |
subtract(self, other) | uom.quantity.Quantity | |
uom (defined in uom.quantity.Quantity) | uom.quantity.Quantity |