Represents an object that performs incremental calculations on two input sequences.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public interface IAccumulator2<T, U> : IAccumulator2<T, T, U>
Public Interface IAccumulator2(Of T, U)
Inherits IAccumulator2(Of T, T, U)
generic<typename T, typename U>
public interface class IAccumulator2 : IAccumulator2<T, T, U>
type IAccumulator2<'T, 'U> =
interface
interface IAccumulator2<'T, 'T, 'U>
end
Type Parameters
- T
- The type of the inputs to the accumulator.
- U
- The type of the output of the accumulator.
The IAccumulator2T, U type exposes the following members.
Top
Top
Reference