Evaluate this operation directly to a double.paramxctxt The runtime execution context.returnThe result of the operation as a double.throwsjavax.xml.transform.TransformerException return -(m_right.num(xctxt));
return -(m_right.num(xctxt));
Apply the operation to two operands, and return the result.paramright non-null reference to the evaluated right operand.returnnon-null reference to the XObject that represents the result of the operation.throwsjavax.xml.transform.TransformerException return new XNumber(-right.num());
return new XNumber(-right.num());