[]
Configurates Min. Sets the minimum value of the range.
public RangeSelectorBuilder<T> Min(float? value)
| Type | Name | Description |
|---|---|---|
| float? | value | The value. |
| Type | Description |
|---|---|
| RangeSelectorBuilder<T> | Current builder. |
If not set, the minimum is calculated automatically.