FreeBSD Manual Pages
CLIG(1) Programmer's Manual CLIG(1) NAME ::clig::Double - declare an option with parameters of type double SYNOPSIS package require clig namespace import ::clig::* setSpec db Double -opt varname usage [-c min max] {[-d default ...] | [-m]} [-r rmin rmax] DESCRIPTION The Double command works exactly as the Float command except that the generated C parser works with values of type double instead of float. For the Tcl parser it does not make a difference. SEE ALSO clig_Rest(n), clig_Flag(n), clig_Float(n), clig_Version(n), clig_Us- age(n), clig_Name(n), clig_Int(n), clig_parseCmdline(n), clig_Long(n), clig_String(n), clig_Commandline(n), clig(1), clig_Description(n) Kir 1.9.11.1 CLIG(1)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=clig_Double&manpath=FreeBSD+13.0-RELEASE+and+Ports>