FeaturesSequence.WhereGreaterOrEqual

FeaturesSequence.WhereGreaterOrEqual<T> method

Selects features with attribute value greater or equal to the provided value.

public virtual FeaturesSequence WhereGreaterOrEqual<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 or equal to the provided value.

Exceptions

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

See Also