RoundingRule Delegate

Delegate that takes an amount and rounds it.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Delegate Function RoundingRule ( _
    amountToRound As Decimal _
) As Decimal
'Usage
Dim instance As New RoundingRule(AddressOf HandlerMethod)
public delegate decimal RoundingRule(
    decimal amountToRound
)
public delegate Decimal RoundingRule(
    Decimal amountToRound
)

Parameters

Return Value

Type: System.Decimal

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Data Namespace