C# Class UpkManager.Dds.Compression.SteppedEnumerable

Exibir arquivo Open project: stricq/UPKManager Class Usage Examples

Public Methods

Method Description
SteppedRange ( int fromInclusive, int toExclusive, int step ) : IEnumerable

Method Details

SteppedRange() public static method

public static SteppedRange ( int fromInclusive, int toExclusive, int step ) : IEnumerable
fromInclusive int
toExclusive int
step int
return IEnumerable