FeaturesSequence.WhereGreater

FeaturesSequence.WhereGreater<T> method

Selects features with attribute value greater than the provided value.

public virtual FeaturesSequence WhereGreater<T>(string attributeName, T value)
ParameterDescription
TType of the value to compare against.
attributeNameAttribute to filter by.
valueValue to compare against.

Return Value

Features with attribute value greater than the provided value.

Exceptions

exceptioncondition
ArgumentExceptionNo attribute with such name exists in this features sequence.

See Also