C# Класс Mono.Rocks.Int32Rocks

Показать файл Открыть проект

Открытые методы

Метод Описание
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