FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / BreakEven Class / GetTotalCost Method
Number of units.

In This Topic
    GetTotalCost Method (BreakEven)
    In This Topic
    Returns the total cost for the specifies number of units.
    Syntax
    'Declaration
     
    Public Function GetTotalCost( _
       ByVal nUnits As Integer _
    ) As Double
    public double GetTotalCost( 
       int nUnits
    )

    Parameters

    nUnits
    Number of units.

    Return Value

    Total cost.
    See Also