| 
            
              AggregateFunctionsMin Method
             | 
          
        
        
            Gets the minimum of the values in the array.
            
        
        Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.258-beta
SyntaxDynamicCalculator.AggregateFunctions.Min = function(array);
 View SourceParameters
- array  Double
 - Source value array.
 
Return Value
DoubleArray values minimum.
See Also