Click or drag to resize
ShoppingCartInfoRoundTo Method
Returns rounded price using the shopping cart currency settings.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public double RoundTo(
	double price
)

Parameters

price
Type: SystemDouble
Price to be rounded

Return Value

Type: Double
See Also