Deposits the specified amount into the account.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
ReturnCode Deposit(
	double amount
)
Visual Basic (Declaration)
Function Deposit ( _
	amount As Double _
) As ReturnCode
Visual C++
ReturnCode^ Deposit(
	double amount
)

Parameters

amount
Type: System..::.Double
Amount in the account's currency.

Return Value

Standard ReturnCode

See Also