Class Power

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
PowerEvaluator

public class Power extends BinaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Power operator raises the first argument to the power given by the second argument. If either argument is null, the result is null. If the result of the operation cannot be represented, the result is null.

Java class for Power complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Power">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}BinaryExpression">
     </extension>
   </complexContent>
 </complexType>