1Glib::Param::Double(3)User Contributed Perl DocumentationGlib::Param::Double(3)
2
3
4
6 Glib::Param::Double - Wrapper for double parameters in GLib
7
9 Glib::ParamSpec
10 +----Glib::Param::Double
11
12 Glib::ParamSpec
13 +----Glib::Param::Float
14
16 This page documents the extra accessors available for both of the
17 floating-point type paramspecs: Float and Double. Perl really only
18 supports doubles, so all of these methods return NVs (that is, the C
19 type "double"); the distinction of size is important to the underlying
20 C library and also determines the data value range.
21
23 Glib, Glib::ParamSpec
24
26 Copyright (C) 2003-2011 by the gtk2-perl team.
27
28 This software is licensed under the LGPL. See Glib for a full notice.
29
30
31
32perl v5.38.0 2023-08-01 Glib::Param::Double(3)