C# Класс XSpect.Extension.NumericUtil

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

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

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