FeaturesSequence.WhereSmallerOrEqual

FeaturesSequence.WhereSmallerOrEqual<T> method

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

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

Exceptions

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

See Also