Returns the smallest value from a list of two or more numbers.
Example:
min = MinOfMany(x, y, 12)
Namespace: Autodesk.iLogic.Runtime
Assembly: Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 30.0
Syntax
VB
Public Shared Function MinOfMany ( ParamArray values As Double() ) As Double
C#
public static double MinOfMany( params double[] values )
Parameters
- values
- Type: System.Double[]