Package: gobject

CStruct g-param-spec-double

Details

A g-param-spec derived structure that contains the meta data for double properties.
(defcstruct g-param-spec-double
  (:parent-instance (:pointer (:struct g-param-spec)))
  (:minimum :double)
  (:maximum :double)
  (:default-value :double)
  (:epsilon :double))  
:parent-instance
Private g-param-spec portion.
:minimum
A double float with the minimum value.
:maximum
A double float with the maximum value.
:default-value
A double float with the default value.
:epsilon
A double float value, values closer than epsilon will be considered identical, the default value is 1e-90.
 

See also

2021-12-14