Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / RoundPattern Enumeration


In This Topic
    RoundPattern Enumeration
    In This Topic
    Specifies the round pattern of the specified number.
    Syntax
    'Declaration
     
    
    Public Enum RoundPattern 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RoundPattern
    public enum RoundPattern : System.Enum 
    Members
    MemberDescription
    CeilingWhen a number is halfway between two others, it is rounded toward the smallest integer greater than or equal to the specified number.
    FloorWhen a number is halfway between two others, it is rounded toward the largest integer less than or equal to the specified number.
    MidpointRoundAwayFromZeroWhen a number is halfway between two others, it is rounded toward the nearest number that is away from zero.
    MidpointRoundToEvenWhen a number is halfway between two others, it is rounded toward the nearest even number.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.RoundPattern

    See Also