Module Values.CostScaleFactorSource

A multiplier applied to calculated costs. Valid range is 0 to 100. Values less than 1.0 represent discounts, values greater than 1.0 represent markups, and a value of 1.0 represents no adjustment.

Sourcetype nonrec t = float

A multiplier applied to calculated costs. Valid range is 0 to 100. Values less than 1.0 represent discounts, values greater than 1.0 represent markups, and a value of 1.0 represents no adjustment.

Sourceval make : float -> float
Sourceval of_string : string -> float
Sourceval to_value : 'a -> [> `Float of 'a ]
Sourceval to_header : float -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> float
Sourceval of_json : Yojson.Safe.t -> float
Sourceval to_json : float -> Yojson.Safe.t