Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean ConsistentParameterFilter(Boolean Param, Double TimeSpanSeconds, ref TConsistentParam State) | Param can be boolean. |
| 2 | Boolean ConsistentParameterFilter(Double Param, Double TimeSpanSeconds, ref TConsistentParam State) | Filter data with a "consistent parameter" filter. |
Overload 1: Boolean ConsistentParameterFilter(Boolean Param, Double TimeSpanSeconds, ref TConsistentParam State)
Param can be boolean.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Param | Boolean | |
| 2 | TimeSpanSeconds | Double | scalar |
| 3 | State | TConsistentParam (ref) |
Returns: Boolean
Overload 2: Boolean ConsistentParameterFilter(Double Param, Double TimeSpanSeconds, ref TConsistentParam State)
Filter data with a "consistent parameter" filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Param | Double | scalar |
| 2 | TimeSpanSeconds | Double | scalar |
| 3 | State | TConsistentParam (ref) |
Returns: Boolean
Remarks:
Consistent parameter filter is a non-linear filter, that will return false once and reset the timer, if the Param value changes before TimeSpanSeconds has passed.