Show / Hide Table of Contents

Enum Rounding

Values that represent roundings.

Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public enum Rounding

Fields

Name Description
Down

An enum constant representing the down option.

Nearest

An enum constant representing the nearest option.

None

An enum constant representing the none option.

Special

An enum constant representing the special option.

Up

An enum constant representing the up option.

In this article
Back to top