C-DEngine 5.105

TheCommonUtils..::..RoundingDirection Enumeration

Specifies how to handle rounding operation for rounding functions.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public enum RoundingDirection
Public Enumeration RoundingDirection
public enum class RoundingDirection

Members


Member nameDescription
RoundUp Always round to the higher value.
RoundDown Always round to the lower value.
Round Round to nearest whole value, either up or down, based on distance from whole value.