Class Divide

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

public class Divide extends BinaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Divide operator performs numeric division of its arguments. Note that the result type of Divide is Decimal, even if its arguments are of type Integer. For integer division, use the truncated divide operator. For division operations involving quantities, the resulting quantity will have the appropriate unit. If either argument is null, the result is null. If the result of the division cannot be represented, or the right argument is 0, the result is null. The Divide operator is defined for the Decimal and Quantity types.

Java class for Divide complex type.

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

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