C# Class TypeLess.Helpers.IntExtensions

Afficher le fichier Open project: jansater/TypeLess

Méthodes publiques

Méthode Description
GetNthDigit ( this n, int digit ) : int

1 based index

ToArray ( this n ) : int[]

Method Details

GetNthDigit() public static méthode

1 based index
public static GetNthDigit ( this n, int digit ) : int
n this
digit int
Résultat int

ToArray() public static méthode

public static ToArray ( this n ) : int[]
n this
Résultat int[]