FeaturesSequence.WhereSmaller

FeaturesSequence.WhereSmaller<T> method

Selects features with attribute value smaller than the provided value.

public virtual FeaturesSequence WhereSmaller<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 smaller than the provided value.

Exceptions

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

See Also