C# 클래스 Composable.System.TimeSpanEnumerableExtensions

Methods like Sum,Min,Average etc for IEnumerable<TimeSpan>
파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

공개 메소드들

메소드 설명
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

메소드 상세

Average() 공개 정적인 메소드

Returns the average of the timespans
public static Average ( this @this ) : System.TimeSpan
@this this
리턴 System.TimeSpan

Max() 공개 정적인 메소드

Returns the largest timespans
public static Max ( this @this ) : System.TimeSpan
@this this
리턴 System.TimeSpan

Min() 공개 정적인 메소드

Returns the smallest timespans
public static Min ( this @this ) : System.TimeSpan
@this this
리턴 System.TimeSpan

Sum() 공개 정적인 메소드

Returns the sum of the timespans
public static Sum ( this @this ) : System.TimeSpan
@this this
리턴 System.TimeSpan