[]
Configurates FixedCost. Sets a value of fixed cost.
public BreakEvenBuilder<T> FixedCost(int value)
Public Function FixedCost(value As Integer) As BreakEvenBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| BreakEvenBuilder<T> | Current builder. |