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