C# Class TypeLess.Helpers.IntExtensions

Mostra file Open project: jansater/TypeLess

Public Methods

Method Description
GetNthDigit ( this n, int digit ) : int

1 based index

ToArray ( this n ) : int[]

Method Details

GetNthDigit() public static method

1 based index
public static GetNthDigit ( this n, int digit ) : int
n this
digit int
return int

ToArray() public static method

public static ToArray ( this n ) : int[]
n this
return int[]