Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 475 Bytes

minvalue.rst

File metadata and controls

16 lines (10 loc) · 475 Bytes

minvalue

.. py:function:: minvalue(fs, [area])

   Computes the minimum of all the values in ``fs``.

   :param fs: input fieldset
   :type fs: :class:`Fieldset`
   :param list area: area as [North, West, South, East]
   :rtype: number or None

   If ``area`` is specified only points within it will be included in the computation. Missing values are ignored, and if there are no valid values at all, :func:`minvalue` returns None.


.. mv-minigallery:: minvalue