Click or drag to resize

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

Parameters

unit  Decimal
 
roundMethod  CurrencyRoundingMethod
 

Return Value

Decimal
See Also