ShoppingCartInfoRoundTo Method |
Returns rounded price using the shopping cart currency settings.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public double RoundTo(
double price
)
Parameters
- price
- Type: SystemDouble
Price to be rounded
Return Value
Type:
DoubleSee Also