Delegate Predicate<T1, T2>
Delegate for two argument predicate
Namespace: Microsoft.ML.Probabilistic.Collections
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public delegate bool Predicate<T1, T2>(T1 arg1, T2 arg2);
Parameters
Type | Name | Description |
---|---|---|
T1 | arg1 | First argument |
T2 | arg2 | Second argument |
Returns
Type | Description |
---|---|
Boolean |
Type Parameters
Name | Description |
---|---|
T1 | Type of first argument |
T2 | Type of second argument |