Contents Previous Next


FilterMin Property (BDKInput Object)

Description

Returns the minimum value of an applied filter.

Syntax

object.FilterMin

Arguments

None.

Return Value

(Double) – the minimum value of the filter.

Example

'Apply a relative filter of 2 std deviations around 'the mean
InputObj.ApplyFilter(1,,,2)
'Now get the minimum value of the applied filter
minValue = InputObj.FilterMin