Min - method of object tvPoints
Description:
Returns the minimum calculated from values according to the sFilter parameter. By the parameter is it possible, for example, to specify if the minimum value is calculated from the whole buffer or only from the visible part of the buffer.
Syntax:
Min(sFilter As String) As Double
Calling:
n = oPoints.Min(sFilter)
Parameters:
sFilter | (String) Range of values from which the minimum is calculated "all" - from all values that are in the buffer "visible" - from the values that are in the moment of calling in the visible part of the buffer |
---|
Example:
See The example in the
Avg method.