[]
Configurates Max. Sets the maximum value for this range.
public RangeBuilder Max(double value)
Public Function Max(value As Double) As RangeBuilder
| Type | Name | Description |
|---|---|---|
| double | value | The value. |
| Type | Description |
|---|---|
| RangeBuilder | Current builder. |