[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BreakEvenBuilder-1.FixedCost

FixedCost Method

FixedCost(int)

Configurates FixedCost. Sets a value of fixed cost.

Declaration
public BreakEvenBuilder<T> FixedCost(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
BreakEvenBuilder<T>

Current builder.