| PriceInfoMultiply Method (Double, Int32) |
Namespace:
Dynamicweb.Ecommerce.Prices
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public virtual PriceInfo Multiply(
double factor,
int roundingDecimals
)
Public Overridable Function Multiply (
factor As Double,
roundingDecimals As Integer
) As PriceInfo
Parameters
- factor
- Type: SystemDouble
- roundingDecimals
- Type: SystemInt32
Return Value
Type:
PriceInfoSee Also