| 
            
              AggregateFunctionsStdDev Method
             | 
          
        
        
            Gets the standard deviation of the values in the array.
            
        
        Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.257-beta
SyntaxPublic Shared Function StdDev ( 
	array As Double()
) As Double
DynamicCalculator.AggregateFunctions.StdDev = function(array);
 View SourceParameters
- array  Double
 - Source value array.
 
Return Value
DoubleArray values standard deviation.
See Also