FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart 命名空间 / BreakEven 类 / GetTotalCost 方法
Number of units.

本主题中
    GetTotalCost 方法 (BreakEven)
    本主题中
    Returns the total cost for the specifies number of units.
    语法
    '声明
     
    Public Function GetTotalCost( _
       ByVal nUnits As Integer _
    ) As Double
    public double GetTotalCost( 
       int nUnits
    )

    参数

    nUnits
    Number of units.

    返回值

    Total cost.
    请参见