min
- min(fs)
- min(fs, other_fs)
- min(fs, value)
- min(fs, gpt)
Computes the point-wise minimum of
fs.- Parameters
- Return type
The actual behaviour of
min()depends on the arguments:if
fsis the only argumentmin()returns aFieldsetwith a single field containing the minimum value offsat each grid point or spectral coefficient. A missing value anywhere infswill result in a missing value in the corresponding place in the output.if
other_fsis specifiedmin()returns aFieldsetcontaining the minimum offsandother_fsat each grid point or spectral coefficient. A missing value anywhere infsorother_fswill result in a missing value in the corresponding place in the output.if
valueis specifiedmin()returns aFieldsetcontaining the minimum offsandvalueat each grid point or spectral coefficient. A missing value anywhere infswill result in a missing value in the corresponding place in the output.if
gptis specifiedmin()returns aGeopointscontaining the minimum offsandgptat each location ingpt. A missing value anywhere infsorgptwill result in aGeopointsmissing value in the corresponding place in the output.
- min(nc, nc_other)