Values_1.DecimalParameterSourceA decimal parameter.
type nonrec t = {name : Values_0.NonEmptyString.t;A display name for the decimal parameter.
*)values : SensitiveDoubleList.t;The values for the decimal parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Double of Values_0.SensitiveDouble.t ] list
| `String of Values_0.NonEmptyString.t ])
list ]