Description
Returns the maximum value of an applied filter.
Syntax
object.FilterMax
Arguments
None.
Return Value
(Double) – the maximum value of the filter.
Example
'Apply a relative filter of 2 std deviations around 'the mean
InputObj.ApplyFilter(1,,,2)
'Now get the maximum value of the applied filter
maxValue = InputObj.FilterMax