Header menu logo FSharp.Finance.Personal

Rounding Module

the type of rounding, specifying midpoint-rounding where necessary

Functions and values

Function or value Description

round rounding m

Full Usage: round rounding m

Parameters:
Returns: decimal

derive a rounded value from a decimal according to the specified rounding method

rounding : Rounding
m : decimal
Returns: decimal

roundTo rounding places m

Full Usage: roundTo rounding places m

Parameters:
    rounding : Rounding
    places : int
    m : decimal

Returns: decimal

round a value to n decimal places

rounding : Rounding
places : int
m : decimal
Returns: decimal

Type something to start searching.