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