Class TruncatedDivide

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

public class TruncatedDivide extends BinaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The TruncatedDivide operator performs integer division of its arguments. If either argument is null, the result is null. If the result of the operation cannot be represented, or the right argument is 0, the result is null. The TruncatedDivide operator is defined for the Integer, Long, Decimal, and Quantity types. For TruncatedDivide operations involving quantities, the resulting quantity will have the appropriate unit.

Java class for TruncatedDivide complex type.

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

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