Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KDATA_XMIN(3)		    Library Functions Manual		 KDATA_XMIN(3)

NAME
       kdata_xmin, kdata_ymin -- find minima in	a data source

LIBRARY
       library "libkplot"

SYNOPSIS
       #include	<cairo.h>
       #include	<kplot.h>

       ssize_t
       kdata_xmin(const	struct kdata *data, struct kpair *kp);

       ssize_t
       kdata_ymin(const	struct kdata *data, struct kpair *kp);

DESCRIPTION
       The  kdata_xmin	and  kdata_ymin	 functions find	the minimum point in a
       data source, filling in kp if it	is not NULL.  The minimum point	is the
       first minimum: thus, if multiple	minima exist of	the  same  value,  the
       first will be returned.

RETURN VALUES
       If  the	data source has	zero entries, kdata_xmin and kdata_ymin	return
       -1.  Otherwise, they return the index of	the minimum.

SEE ALSO
       kdata_xmax(3), kdata_ymax(3), kplot(3)

FreeBSD	ports 15.quarterly     January 26, 2015			 KDATA_XMIN(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kdata_xmin&sektion=3&manpath=FreeBSD+Ports+15.0.quarterly>

home | help