You are here

public function AbstractUnitsMathematicalOperator::operand2 in Units of Measurement 7.2

Retrieve operand #2 from this mathematical operator.

Return value

UnitsConstantMathematicalExpression Operand #2 from this mathematical expression

Overrides UnitsMathematicalOperatorInterface::operand2

1 call to AbstractUnitsMathematicalOperator::operand2()
AbstractUnitsMathematicalOperator::isolateOperand in ./units.module
Numerically isolate a certain operand of this mathematical expression.

File

./units.module, line 1527
Provide API for managing and converting units of measurement.

Class

AbstractUnitsMathematicalOperator
Abstract implementation of "mathematical operator" interface.

Code

public function operand2() {
  return $this->operand2;
}