Class MatchTemplate
Represents an operator that compares a template against overlapping regions of each array in the sequence.
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class MatchTemplate
- Inheritance
-
MatchTemplate
- Inherited Members
Properties
- MatchingMethod
Gets or sets a value specifying the method used to compare the template with overlapping array regions.
Methods
- Process<TArray, TTemplate>(IObservable<Tuple<TArray, TTemplate>>)
Compares a template against overlapping regions of each array in an observable sequence.