Enum in Zendir.Maths
Description
A set of different directions to round a value to
Properties
Declared | Description |
---|---|
TO_ZERO = 0 | Round towards zero |
FROM_ZERO = 1 | Round towards the number |
NEARER = 2 | Round to the nearest number |
Enum in Zendir.Maths
A set of different directions to round a value to
Declared | Description |
---|---|
TO_ZERO = 0 | Round towards zero |
FROM_ZERO = 1 | Round towards the number |
NEARER = 2 | Round to the nearest number |