Header menu logo FSharp.Finance.Personal

Restriction Type

the type of restriction placed on a possible value

Union cases

Union case Description

LowerLimit LowerLimit

Full Usage: LowerLimit LowerLimit

Parameters:

prevent values below a certain limit

LowerLimit : int64<MeasureProduct<Cent, MeasureOne>>

NoLimit

Full Usage: NoLimit

does not constrain values at all

UpperLimit UpperLimit

Full Usage: UpperLimit UpperLimit

Parameters:

prevent values above a certain limit

UpperLimit : int64<MeasureProduct<Cent, MeasureOne>>

WithinRange(MinValue, MaxValue)

Full Usage: WithinRange(MinValue, MaxValue)

Parameters:

constrain values to within a range

MinValue : int64<MeasureProduct<Cent, MeasureOne>>
MaxValue : int64<MeasureProduct<Cent, MeasureOne>>

Type something to start searching.