C# Class UpkManager.Dds.Compression.SteppedEnumerable

Afficher le fichier Open project: stricq/UPKManager Class Usage Examples

Méthodes publiques

Méthode Description
SteppedRange ( int fromInclusive, int toExclusive, int step ) : IEnumerable

Method Details

SteppedRange() public static méthode

public static SteppedRange ( int fromInclusive, int toExclusive, int step ) : IEnumerable
fromInclusive int
toExclusive int
step int
Résultat IEnumerable