alexa
menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class NumericType

    Defines the data types that can be used for numeric values in SfNumberBox.

    Inheritance
    System.Object
    NumericType
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public sealed class NumericType : Enum

    Fields

    Byte

    8-bit unsigned integer data type.

    Declaration
    public const NumericType Byte
    Field Value
    Type
    NumericType

    Decimal

    Decimal data type with higher precision for financial and monetary calculations.

    Declaration
    public const NumericType Decimal
    Field Value
    Type
    NumericType

    Double

    Double-precision floating-point data type.

    Declaration
    public const NumericType Double
    Field Value
    Type
    NumericType

    Float

    Single-precision floating-point data type.

    Declaration
    public const NumericType Float
    Field Value
    Type
    NumericType

    Int

    32-bit signed integer data type.

    Declaration
    public const NumericType Int
    Field Value
    Type
    NumericType

    Long

    64-bit signed integer data type.

    Declaration
    public const NumericType Long
    Field Value
    Type
    NumericType

    SByte

    8-bit signed integer data type.

    Declaration
    public const NumericType SByte
    Field Value
    Type
    NumericType

    Short

    16-bit signed integer data type.

    Declaration
    public const NumericType Short
    Field Value
    Type
    NumericType

    UInt

    32-bit unsigned integer data type.

    Declaration
    public const NumericType UInt
    Field Value
    Type
    NumericType

    ULong

    64-bit unsigned integer data type.

    Declaration
    public const NumericType ULong
    Field Value
    Type
    NumericType

    UShort

    16-bit unsigned integer data type.

    Declaration
    public const NumericType UShort
    Field Value
    Type
    NumericType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved