C# Class Composable.System.TimeSpanEnumerableExtensions

Methods like Sum,Min,Average etc for IEnumerable<TimeSpan>
Afficher le fichier Open project: mlidbom/Composable.Monolithic

Méthodes publiques

Méthode Description
Average ( this @this ) : System.TimeSpan

Returns the average of the timespans

Max ( this @this ) : System.TimeSpan

Returns the largest timespans

Min ( this @this ) : System.TimeSpan

Returns the smallest timespans

Sum ( this @this ) : System.TimeSpan

Returns the sum of the timespans

Method Details

Average() public static méthode

Returns the average of the timespans
public static Average ( this @this ) : System.TimeSpan
@this this
Résultat System.TimeSpan

Max() public static méthode

Returns the largest timespans
public static Max ( this @this ) : System.TimeSpan
@this this
Résultat System.TimeSpan

Min() public static méthode

Returns the smallest timespans
public static Min ( this @this ) : System.TimeSpan
@this this
Résultat System.TimeSpan

Sum() public static méthode

Returns the sum of the timespans
public static Sum ( this @this ) : System.TimeSpan
@this this
Résultat System.TimeSpan