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

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the rounding in a readable format

Returns: string

this.IsNoRounding

Full Usage: this.IsNoRounding

Returns: bool
Returns: bool

this.IsRoundDown

Full Usage: this.IsRoundDown

Returns: bool
Returns: bool

this.IsRoundUp

Full Usage: this.IsRoundUp

Returns: bool
Returns: bool

this.IsRoundWith

Full Usage: this.IsRoundWith

Returns: bool
Returns: bool

Type something to start searching.