Class Extrema
Represents an operator that finds the global minimum and maximum of each array in the sequence.
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Extrema
- Inheritance
-
Extrema
- Inherited Members
Methods
- Process<TArray>(IObservable<TArray>)
Finds the global minimum and maximum of each array in an observable sequence.
- Process<TArray, TMask>(IObservable<Tuple<TArray, TMask>>)
Finds the global minimum and maximum of each array in an observable sequence, where each array is paired with a mask where non-zero values indicate which elements in the array should be considered when computing the extrema.