Multiplies a decimal number by a long integer. The result may be rounded and context flags may be set. Not a required function, but useful because it avoids an unnecessary conversion to a decimal when multiplying by an integer.
See Implementation
Multiplies a decimal number by a long integer. The result may be rounded and context flags may be set. Not a required function, but useful because it avoids an unnecessary conversion to a decimal when multiplying by an integer.