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