Share via


ROUNDING_POLICY Class

The ROUNDING_POLICY class lists the valid values for rounding policy. Please note that although the APIs may accept any value, these are the valid values.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

  System.Object

   ROUNDING_POLICY
[Visual Basic .NET]
Public Class ROUNDING_POLICY
   Inherits System.Object
[C#]
public class ROUNDING_POLICY: System.Object
[C++]
public __gc class ROUNDING_POLICY: public System.Object

The ROUNDING_POLICY class exposes the following integer fields.

Field Value Description
RP_DOWN 3 Specifies to round down.
RP_NEAREST 4 Specifies to round to the nearest value.
RP_NONE 1 Specifies to do no rounding.
RP_UP 2 Specifies to round up.

Requirements

Namespace: Microsoft.CRM.Flags

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.