public static class EnumerableExtensions
<ExtensionAttribute>
Public NotInheritable Class EnumerableExtensions
[ExtensionAttribute]
public ref class EnumerableExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type EnumerableExtensions = class end
SelectWhereTSource, TResult | Project each element of a sequence into a new form if they fulfill a given condition. |
Split(IEnumerableDouble, Double, Int32) | Splits the source sequence by a max distance between values and an optional minimum number of intervals. |
SplitT(IEnumerableT, FuncT, Double, FuncDouble, T, Double, Int32) | Splits the source sequence by a max distance and optional minimum number of intervals applied to a sequence of double. |
ToHashsetT | Creates a HashSetT from an IEnumerableT. |