←Select platform

DecimalPlace Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public int DecimalPlace { get; set; } 
public int getDecimalPlace(); 
public void setDecimalPlace( 
   int intValue 
); 
public:  
   property Int32 DecimalPlace 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
DecimalPlace # get and set (OmrAnalysisEngine) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.