| Class | Description |
|---|---|
| Average<T> |
A binary delegate accumulating sum and count of passed values on a pair.
|
| Divide<R,T1,T2> |
A binary delegate performing a division.
|
| IsEven<R,T> |
A unary predicate evaluating if an element is even.
|
| IsOdd<R,T> |
A unary predicate evaluating if an element is odd.
|
| Modulus<R,T1,T2> |
A binary delegate evaluating modulus of a type.
|
| Multiply<R,T1,T2> |
A binary delegate performing a multiplication.
|
| Subtract<R,T1,T2> |
A binary delegate performing a subtraction
|
| Sum<R,T1,T2> |
Sums two values.
|
Copyright © 2013. All rights reserved.