Method PickPercentage
PickPercentage<T>(IList<T>, double)
Declaration
public static IReadOnlyList<T> PickPercentage<T>(this IList<T> list, double percentage)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<T> | list | |
| double | percentage |
Returns
| Type | Description |
|---|---|
| IReadOnlyList<T> |
Type Parameters
| Name | Description |
|---|---|
| T |