C# 클래스 XSpect.Extension.NumericUtil

파일 보기 프로젝트 열기: takeshik/linx

공개 메소드들

메소드 설명
Step ( this self, Int32 limit ) : IEnumerable
Step ( this self, Int32 limit, Int32 step ) : IEnumerable
Step ( this self, System.Int64 limit ) : IEnumerable
Step ( this self, System.Int64 limit, System.Int64 step ) : IEnumerable
Times ( this self, System.Action action ) : void
Times ( this self, Action action ) : void
Times ( this self, Action action ) : void

메소드 상세

Step() 공개 정적인 메소드

public static Step ( this self, Int32 limit ) : IEnumerable
self this
limit System.Int32
리턴 IEnumerable

Step() 공개 정적인 메소드

public static Step ( this self, Int32 limit, Int32 step ) : IEnumerable
self this
limit System.Int32
step System.Int32
리턴 IEnumerable

Step() 공개 정적인 메소드

public static Step ( this self, System.Int64 limit ) : IEnumerable
self this
limit System.Int64
리턴 IEnumerable

Step() 공개 정적인 메소드

public static Step ( this self, System.Int64 limit, System.Int64 step ) : IEnumerable
self this
limit System.Int64
step System.Int64
리턴 IEnumerable

Times() 공개 정적인 메소드

public static Times ( this self, System.Action action ) : void
self this
action System.Action
리턴 void

Times() 공개 정적인 메소드

public static Times ( this self, Action action ) : void
self this
action Action
리턴 void

Times() 공개 정적인 메소드

public static Times ( this self, Action action ) : void
self this
action Action
리턴 void