Метод | Описание | |
---|---|---|
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.
|
public DigitStack ( decimal value ) : System | ||
value | decimal | the number to get the digits from |
Результат | System |