'Declaration Protected Friend Overrides ReadOnly Property RequiresAccumulation As Boolean
'Usage Dim instance As AverageFunction Dim value As Boolean value = instance.RequiresAccumulation
protected internal override bool RequiresAccumulation {get;}
Property Value
The Average function does not require accumulation; therefore, it will always return false and the Accumulate method will never be called.