Divides the XDecimal object by the amount specified.
Method of XDecimal, XDecimalHI
Syntax
{XDecimal Object}.div_eq(XDecimal(1.2))
Parameters
Parameter | Description |
---|---|
XDecimal Object | An XDecimal or XDecimalHI object that will be divided by the specified value. |
Description
The XDecimal or XDecimalHI object is divided by the specified value.
Examples
The following illustrates how to use Global MetaScript to divide a value and display the results in alert boxes.