[]
Returns the total cost for the specifies number of units.
public double GetTotalCost(int nUnits)
Public Function GetTotalCost(nUnits As Integer) As Double
| Type | Name | Description |
|---|---|---|
| int | nUnits | Number of units. |
| Type | Description |
|---|---|
| double | Total cost. |