From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- math/gsurfit/doc/gsstatr.hlp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 math/gsurfit/doc/gsstatr.hlp (limited to 'math/gsurfit/doc/gsstatr.hlp') diff --git a/math/gsurfit/doc/gsstatr.hlp b/math/gsurfit/doc/gsstatr.hlp new file mode 100644 index 00000000..5a5578f2 --- /dev/null +++ b/math/gsurfit/doc/gsstatr.hlp @@ -0,0 +1,34 @@ +.help gsstatr Aug85 "Gsurfit Package" +.ih +NAME +gsstatr -- get real parameter +.ih +SYNOPSIS +include + +rval = gsstatr (sf, parameter) + +.nf +pointer sf # surface descriptor +real parameter # real parameter to be returned +.fi +.ih +ARGUMENTS +.ls sf +The pointer to the surface descriptor structure. +.le +.ls parameter +Parameter to be returned. The options are GSXMIN, GSXMAX, GSYMIN and +and GSYMAX. The parameter definitions are +found in the package header file math/gsurfit.h. +.le +.ih +DESCRIPTION +The values of the integer parameters are returned. The parameters include +the minimum and maximum x values and the minimum and maximum y values. +.ih +NOTES +.ih +SEE ALSO +gsstati +.endhelp -- cgit