MinRun

This function returns the minimum of any value that it has considered.

Syntax

MinRun ( number )

Remarks

The number parameter specifies the data value for which the minimum is to be calculated. Any value that evaluates to –INF, INF, or NAN will be ignored. If no valid values have been considered, this function will return NAN.

Example

The following example will return the minimum value of the variable Temp_F.

MinRun("Server:CR1000.Hourly.Temp_F")