public function UnitsMathematicalOperatorInterface::operand2 in Units of Measurement 7.2
Retrieve operand #2 from this mathematical operator.
Return value
UnitsConstantMathematicalExpression Operand #2 from this mathematical expression
1 method overrides UnitsMathematicalOperatorInterface::operand2()
- AbstractUnitsMathematicalOperator::operand2 in ./
units.module - Retrieve operand #2 from this mathematical operator.
File
- ./
units.module, line 1264 - Provide API for managing and converting units of measurement.
Class
- UnitsMathematicalOperatorInterface
- Interface of mathematical operator.
Code
public function operand2();