C# 클래스 Mono.Rocks.Int32Rocks

파일 보기 프로젝트 열기: mono/rocks

공개 메소드들

메소드 설명
DownTo ( this self, int limit ) : IEnumerable
IsEven ( this value ) : bool
IsOdd ( this value ) : bool
Step ( this self, int limit, int step ) : IEnumerable
Times ( this self ) : IEnumerable
UpTo ( this self, int limit ) : IEnumerable

비공개 메소드들

메소드 설명
CreateTimesIterator ( int self ) : IEnumerable

메소드 상세

DownTo() 공개 정적인 메소드

public static DownTo ( this self, int limit ) : IEnumerable
self this
limit int
리턴 IEnumerable

IsEven() 공개 정적인 메소드

public static IsEven ( this value ) : bool
value this
리턴 bool

IsOdd() 공개 정적인 메소드

public static IsOdd ( this value ) : bool
value this
리턴 bool

Step() 공개 정적인 메소드

public static Step ( this self, int limit, int step ) : IEnumerable
self this
limit int
step int
리턴 IEnumerable

Times() 공개 정적인 메소드

public static Times ( this self ) : IEnumerable
self this
리턴 IEnumerable

UpTo() 공개 정적인 메소드

public static UpTo ( this self, int limit ) : IEnumerable
self this
limit int
리턴 IEnumerable