IRounding Interface

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

The Microsoft.Dynamics.Retail.Pos.Contracts.Services.IRounding interface contains various utility methods for rounding decimal values for display, printing, and rounding based on currency rules.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.Services
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
<GuidAttribute("EA4C06AE-0D49-47AA-B0EC-6D8973CF4C30")> _
Public Interface IRounding _
    Inherits IService, IRoundingV1, IRoundingV2, IRoundingV3
'Usage
Dim instance As IRounding
[GuidAttribute("EA4C06AE-0D49-47AA-B0EC-6D8973CF4C30")]
public interface IRounding : IService, 
    IRoundingV1, IRoundingV2, IRoundingV3
[GuidAttribute(L"EA4C06AE-0D49-47AA-B0EC-6D8973CF4C30")]
public interface class IRounding : IService, 
    IRoundingV1, IRoundingV2, IRoundingV3

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.Services Namespace