minimum: return the minimum value of all array items
Code Block |
---|
set min [objarray minimum <obj> ?-index?] |
Return the minimum value of all array items
if -index is specified, then instead the minimum value it return the index of this value.
minimum: return the minimum value of all array items
Code Block |
---|
set min [objarray minimum <obj> ?-index?] |
Return the minimum value of all array items
if -index is specified, then instead the minimum value it return the index of this value.