Returns a Filter that selects all observations greater than the specified value.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GreaterThan ( _
	value As Object _
) As Filter
C#
public Filter GreaterThan (
	Object value
)
C++
public:
Filter^ GreaterThan (
	Object^ value
)

Parameters

value (System.Object)
A Object value.

Return Value

A Filter that selects all observations greater than value.

Exceptions

ExceptionCondition
InvalidOperationException The variable's Scale is not ordered.
ArgumentOutOfRangeExceptionvalue is not a valid value for an observation.