GetRoundedValueResponse Constructor

Initializes a new instance of the GetRoundedValueResponse class.

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

Syntax

'Declaration
Public Sub New ( _
    roundedValue As Decimal _
)
'Usage
Dim roundedValue As Decimal

Dim instance As New GetRoundedValueResponse(roundedValue)
public GetRoundedValueResponse(
    decimal roundedValue
)
public:
GetRoundedValueResponse(
    Decimal roundedValue
)

Parameters

See Also

Reference

GetRoundedValueResponse Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace