Header menu logo FSharp.Finance.Personal

Rounding Type

the type of rounding, specifying midpoint-rounding where necessary

Union cases

Union case Description

NoRounding

Full Usage: NoRounding

do not round at all

RoundDown

Full Usage: RoundDown

round down to the specified precision (= floor)

RoundUp

Full Usage: RoundUp

round up to the specified precision (= ceiling)

RoundWith MidpointRounding

Full Usage: RoundWith MidpointRounding

Parameters:

round up or down to the specified precision based on the given midpoint rounding rules

Item : MidpointRounding

Type something to start searching.