IBinaryAggregate<TLeft,TRight,TState,TResult>.DeaccumulateRight Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an expression that describes how to take the aggregate state and a retracted data object from the right input and compute a new aggregate state.
public System.Linq.Expressions.Expression<Func<TState,long,TRight,TState>> DeaccumulateRight ();
abstract member DeaccumulateRight : unit -> System.Linq.Expressions.Expression<Func<'State, int64, 'Right, 'State>>
Public Function DeaccumulateRight () As Expression(Of Func(Of TState, Long, TRight, TState))
Returns
An expression that describes how to take the aggregate state and a retracted data object from the right input and compute a new aggregate state.