'Declaration
Public Enum RoundPattern Inherits System.Enum
'Usage
Dim instance As RoundPattern
public enum RoundPattern : System.Enum
'Declaration
Public Enum RoundPattern Inherits System.Enum
'Usage
Dim instance As RoundPattern
public enum RoundPattern : System.Enum
Member | Description |
---|---|
Ceiling | When a number is halfway between two others, it is rounded toward the smallest integer greater than or equal to the specified number. |
Floor | When a number is halfway between two others, it is rounded toward the largest integer less than or equal to the specified number. |
MidpointRoundAwayFromZero | When a number is halfway between two others, it is rounded toward the nearest number that is away from zero. |
MidpointRoundToEven | When a number is halfway between two others, it is rounded toward the nearest even number. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.RoundPattern