menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrecisionType - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PrecisionType

    Defines the precision type of the rating. It is used to component the granularity of the rating, allowing users to provide ratings with varying levels of precision.

    Inheritance
    System.Object
    PrecisionType
    Namespace: Syncfusion.EJ2.Inputs
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class PrecisionType : Enum

    Fields

    Exact

    The rating is increased in increments of 0.1.

    Declaration
    public const PrecisionType Exact
    Field Value
    Type
    PrecisionType

    Full

    The rating is increased in whole number increments.

    Declaration
    public const PrecisionType Full
    Field Value
    Type
    PrecisionType

    Half

    The rating is increased in increments of 0.5 (half).

    Declaration
    public const PrecisionType Half
    Field Value
    Type
    PrecisionType

    Quarter

    The rating is increased in increments of 0.25 (quarter).

    Declaration
    public const PrecisionType Quarter
    Field Value
    Type
    PrecisionType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved