Apufunktioita listojen ja muiden tietorakenteiden käyttöön.
Lisää...
|
static double | Min (this IEnumerable< double > values) |
| Laskee minimin. Lisää...
|
|
static double | Max (this IEnumerable< double > values) |
| Laskee maksimin. Lisää...
|
|
static double | Average (this IEnumerable< double > values) |
| Laskee keskiarvon. Lisää...
|
|
static IEnumerable< TOutput > | ConvertAll< TInput, TOutput > (this IEnumerable< TInput > items, Converter< TInput, TOutput > converter) |
| Muuntaa kokoelman tietyn tyyppisiä olioita kokoelmaksi toisen tyyppisiä olioita. Lisää...
|
|
static List< T > | FindAll< T > (this List< T > items, Predicate< T > pred) |
|
static int | FindLastIndex< T > (this List< T > items, Predicate< T > pred) |
|
static void | RemoveAll< T > (this List< T > items, Predicate< T > pred) |
|
static T | Find< T > (this List< T > items, Predicate< T > pred) |
|
static T | ArrayFind< T > (T[] array, Predicate< T > pred) |
|
static IEnumerable< K > | FindAll< K, V > (this Dictionary< K, V >.KeyCollection keys, Predicate< K > pred) |
|
Apufunktioita listojen ja muiden tietorakenteiden käyttöön.
Määrittely tiedoston ListHelpers.cs rivillä 11.
◆ ArrayFind< T >()
static T ArrayFind< T > |
( |
T [] |
array, |
|
|
Predicate< T > |
pred |
|
) |
| |
|
static |
◆ Average()
static double Average |
( |
this IEnumerable< double > |
values | ) |
|
|
static |
Laskee keskiarvon.
- Parametrit
-
- Palauttaa
Määrittely tiedoston ListHelpers.cs rivillä 52.
◆ ConvertAll< TInput, TOutput >()
static IEnumerable<TOutput> ConvertAll< TInput, TOutput > |
( |
this IEnumerable< TInput > |
items, |
|
|
Converter< TInput, TOutput > |
converter |
|
) |
| |
|
static |
Muuntaa kokoelman tietyn tyyppisiä olioita kokoelmaksi toisen tyyppisiä olioita.
- Template Parameters
-
TInput | Lähtötyyppi |
TOutput | Kohdetyyppi |
- Parametrit
-
items | Muunnettava kokoelma |
converter | Muunnosmetodi yhdelle oliolle |
- Palauttaa
- Muunnettu kokoelma
Määrittely tiedoston ListHelpers.cs rivillä 98.
◆ Find< T >()
static T Find< T > |
( |
this List< T > |
items, |
|
|
Predicate< T > |
pred |
|
) |
| |
|
static |
◆ FindAll< K, V >()
static IEnumerable<K> FindAll< K, V > |
( |
this Dictionary< K, V >.KeyCollection |
keys, |
|
|
Predicate< K > |
pred |
|
) |
| |
|
static |
◆ FindAll< T >()
static List<T> FindAll< T > |
( |
this List< T > |
items, |
|
|
Predicate< T > |
pred |
|
) |
| |
|
static |
◆ FindLastIndex< T >()
static int FindLastIndex< T > |
( |
this List< T > |
items, |
|
|
Predicate< T > |
pred |
|
) |
| |
|
static |
◆ Max()
static double Max |
( |
this IEnumerable< double > |
values | ) |
|
|
static |
Laskee maksimin.
- Parametrit
-
- Palauttaa
Määrittely tiedoston ListHelpers.cs rivillä 35.
◆ Min()
static double Min |
( |
this IEnumerable< double > |
values | ) |
|
|
static |
Laskee minimin.
- Parametrit
-
- Palauttaa
Määrittely tiedoston ListHelpers.cs rivillä 18.
◆ RemoveAll< T >()
static void RemoveAll< T > |
( |
this List< T > |
items, |
|
|
Predicate< T > |
pred |
|
) |
| |
|
static |
Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta:
- C:/Users/Rami'/AppData/Local/Temp/npo_build/Jypeli/Helpers/ListHelpers.cs