C# Класс LibiadaCore.Misc.Iterators.CutRuleWithFixedStart

The from fix start cut rule.
Наследование: CutRule
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CutRuleWithFixedStart ( int length, int step )

Initializes a new instance of the CutRuleWithFixedStart class.

GetIterator ( ) : CutRuleIterator

The get iterator.

Описание методов

CutRuleWithFixedStart() публичный Метод

Initializes a new instance of the CutRuleWithFixedStart class.
public CutRuleWithFixedStart ( int length, int step )
length int /// Length of full chain. ///
step int /// The step. ///

GetIterator() публичный Метод

The get iterator.
public GetIterator ( ) : CutRuleIterator
Результат CutRuleIterator