Xceed.Silverlight.Data.v2.0 Assembly > Xceed.Silverlight.Data.Stats Namespace > AverageFunction Class : RequiresAccumulation Property |
'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;}
The Average function does not require accumulation; therefore, it will always return false and the Accumulate method will never be called.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family