Values_1.DecimalNumberSourceContains a numeric value in decimal format.
type nonrec t = {unscaledValue : Values_0.Blob.t;The unscaled numeric value.
*)scale : Values_0.Integer.t;The scale that determines where the decimal point falls in the unscaled value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Blob of Values_0.Blob.t | `Integer of Values_0.Integer.t ])
list ]