Click or drag to resize

LmiMathMinOfMany Method

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: 23.0
Syntax
Public Shared Function MinOfMany ( 
	ParamArray values As Double()
) As Double

Parameters

values
Type: SystemDouble

Return Value

Type: Double
See Also