[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.RangeSelectorBuilder-1.Min

Min Method

Min(float?)

Configurates Min. Sets the minimum value of the range.

Declaration
public RangeSelectorBuilder<T> Min(float? value)
Parameters
Type Name Description
float? value

The value.

Returns
Type Description
RangeSelectorBuilder<T>

Current builder.

Remarks

If not set, the minimum is calculated automatically.