RoundingModulus Field

For CIV - a float value indicating the value to which rounding is required.  
i.e. 10 means round to a multiple of 10 units/shares; 0.5 means round to a multiple of 0.5 units/shares.  
The default, if RoundingDirection (468) is specified without RoundingModulus, is to round to a whole unit/share.  
 
public const int RoundingModulus = 469
This language is not supported or no code example is available.
public:  
const int RoundingModulus = 469;
This language is not supported or no code example is available.
public const RoundingModulus : int = 469
This language is not supported or no code example is available.

Field Value

int

In this article

Definition