Withdrawals the specified amount into the account.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
ReturnCode Withdraw( double amount ) |
| Visual Basic (Declaration) |
|---|
Function Withdraw ( _ amount As Double _ ) As ReturnCode |
| Visual C++ |
|---|
ReturnCode^ Withdraw( double amount ) |
Parameters
- amount
- Type: System..::.Double
Amount in the account's currency.