[@node-fi/sdk-core](../README.md) / [Exports](../modules.md) / Rounding

# Enumeration: Rounding

## Table of contents

### Enumeration Members

- [ROUND\_DOWN](Rounding.md#round_down)
- [ROUND\_HALF\_UP](Rounding.md#round_half_up)
- [ROUND\_UP](Rounding.md#round_up)

## Enumeration Members

### ROUND\_DOWN

• **ROUND\_DOWN** = ``0``

#### Defined in

[constants/index.ts:48](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L48)

___

### ROUND\_HALF\_UP

• **ROUND\_HALF\_UP** = ``1``

#### Defined in

[constants/index.ts:49](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L49)

___

### ROUND\_UP

• **ROUND\_UP** = ``2``

#### Defined in

[constants/index.ts:50](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L50)
