Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Wrox
ProCSharp
JupiterBank
GoldAccount
C# Class Wrox.ProCSharp.JupiterBank.GoldAccount
Inheritance:
IBankAccount
ファイルを表示
Open project: ProfessionalCSharp/ProfessionalCSharp6
Class Usage Examples
Public Methods
Method
Description
PayIn
(
decimal
amount
) :
void
ToString
( ) :
string
Withdraw
(
decimal
amount
) :
bool
Method Details
PayIn()
public
method
public
PayIn
(
decimal
amount
) :
void
amount
decimal
return
void
ToString()
public
method
public
ToString
( ) :
string
return
string
Withdraw()
public
method
public
Withdraw
(
decimal
amount
) :
bool
amount
decimal
return
bool