Click or drag to resize

Money.Round Method

Namespace:  LSRetail.Omni.Domain.DataModel.Base.Retail
Assembly:  LSRetail.Omni.Domain.DataModel.Base (in LSRetail.Omni.Domain.DataModel.Base.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
public static decimal Round(
	decimal value,
	int numberOfDecimals,
	CurrencyRoundingMethod roundMethod
)

Parameters

value
Type: System.Decimal
numberOfDecimals
Type: System.Int32
roundMethod
Type: LSRetail.Omni.Domain.DataModel.Base.Setup.CurrencyRoundingMethod

Return Value

Type: Decimal
See Also