Configurates
C1.Web.Mvc.Range.Min. Sets the minimum value for this range.
Syntax
'Declaration
Public Function Min( _
ByVal As Double _
) As RangeBuilder
public RangeBuilder Min(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also