Min Max Accumulator<T> Properties
Properties
| Current | Gets the current value of the accumulator. |
| Has | Gets whether the accumulator has received enough data to compute a value. |
| Maximum | Gets the accumulated maximum of the sequence. |
| Minimum | Gets the accumulated minimum of the sequence. |
| Range | Gets the accumulated range of the sequence. |