C# 클래스 TypeLess.Helpers.IntExtensions

파일 보기 프로젝트 열기: jansater/TypeLess

공개 메소드들

메소드 설명
GetNthDigit ( this n, int digit ) : int

1 based index

ToArray ( this n ) : int[]

메소드 상세

GetNthDigit() 공개 정적인 메소드

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

ToArray() 공개 정적인 메소드

public static ToArray ( this n ) : int[]
n this
리턴 int[]