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