C# Класс Summer.Batch.Extra.Sort.Legacy.Format.NumericEditFormatter.DigitStack

A class to get the digits from a number, in reverse order.
Показать файл Открыть проект

Открытые методы

Метод Описание
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