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