Method CountFrom
CountFrom(T)
Determine the number of items at or above a supplied threshold.
Declaration
public int CountFrom(T bot)
Parameters
Type | Name | Description |
---|---|---|
T | bot | The lower bound (inclusive) |
Returns
Type | Description |
---|---|
System.Int32 | The number of matching items. |