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