C# 클래스 Summer.Batch.Extra.Sort.Legacy.Format.NumericEditFormatter.DigitStack

A class to get the digits from a number, in reverse order.
파일 보기 프로젝트 열기: SummerBatch/SummerBatch

공개 메소드들

메소드 설명
DigitStack ( decimal value ) : System

Constructs a new DigitStack from a decimal.

Pop ( ) : char

Returns the current digit and move the cursor to the next digit.

메소드 상세

DigitStack() 공개 메소드

Constructs a new DigitStack from a decimal.
public DigitStack ( decimal value ) : System
value decimal the number to get the digits from
리턴 System

Pop() 공개 메소드

Returns the current digit and move the cursor to the next digit.
public Pop ( ) : char
리턴 char