Public Function Minimum( _ ParamArray vValues() As Variant _ ) As Variant
Minimum(56, 12, 34) = 12 Minimum(45, Array(12, 56, 78)) = 12 Minimum(SampleData) = 95See also:
MinimumArray Function Maximum Function Range Function Small Function Quartile Function Percentile Function StatVarType Property MIN Function (Microsoft Excel) MINA Function (Microsoft Excel)vValues: The arguments whose minimum value is to be returned. Can be numbers, one-dimensional numeric arrays, one-dimensional Variant arrays, one-dimensional Variant arrays with embedded arrays, or any combination of these. The current setting of the StatVarType Property determines which numeric data types are recognized by this function.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.