![]() |
|
The invmuldbl() function multiplies an interval value by a numeric value.
The invmuldbl() function multiplies the interval value in iv by num and stores the result in ov. The value in num can be either positive or negative.
Both the input and output qualifiers must belong to the same interval class: either the year to month class or the day to fraction(5) class. If the qualifier for ov is different from the qualifier for iv (but of the same class), the invmuldbl() function extends the result (as the invextend() function defines).