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