VarDecMul Function
Returns the result of multiplying two variants of type decimal.
HRESULT VarDecMul(
[in] LPDECIMAL pdecLeft,
[in] LPDECIMAL pdecRight,
[out] LPDECIMAL pdecResult
);
Show:
Try Microsoft Edge
A fast and secure browser that's designed for Windows 10
Get started
Returns the result of multiplying two variants of type decimal.
HRESULT VarDecMul(
[in] LPDECIMAL pdecLeft,
[in] LPDECIMAL pdecRight,
[out] LPDECIMAL pdecResult
);