←Select platform

DecimalPlace Property

Summary

Specifies the decimal place of the grade.

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

Property Value

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

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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