Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
TypeLess
Helpers
IntExtensions
C# Class TypeLess.Helpers.IntExtensions
Show 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[]