ee.Reducer.min

Creates a reducer that outputs the minimum value of its (first) input. If numInputs is greater than one, also outputs the corresponding values of the additional inputs.

UsageReturns
ee.Reducer.min(numInputs)Reducer
ArgumentTypeDetails
numInputsInteger, default: 1The number of inputs.