Click or drag to resize

MoneyRoundToUnit Method (Decimal, CurrencyRoundingMethod)

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 2024.6
Syntax
C#
public decimal RoundToUnit(
	decimal unit,
	CurrencyRoundingMethod roundMethod
)

Parameters

unit
Type: SystemDecimal
roundMethod
Type: LSRetail.Omni.Domain.DataModel.Base.SetupCurrencyRoundingMethod

Return Value

Type: Decimal
See Also