←Select platform

DecimalPlace Property

Summary

The number of digits to the right of the decimal point to be retained.

Syntax
C#
VB
C++
Java
public int DecimalPlace { get; set; } 
public int getDecimalPlace(); 
public void setDecimalPlace( 
   int intValue 
); 
Public Property DecimalPlace() As Integer 
   Get 
   Set 
public:  
   property Int32 DecimalPlace 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

This value should be greater than or equal to 0.

Remarks

If a number has more digits to the right of the decimal than the number specified in DecimalPlace, the number is rounded using the system's Math.Round(double) method.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly