←Select platform

DecimalPlace Property

Summary

Specifies the decimal place of the grade.

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

Property Value

A value that indicates the decimal place of the grade. Default value is 2.

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.