Constructor DoubleRange
DoubleRange(String, Double, Boolean, Double, Boolean)
Create a DoubleRange.
Declaration
public DoubleRange(string label, double minIn, bool minInclusive, double maxIn, bool maxInclusive)
Parameters
Type | Name | Description |
---|---|---|
System.String | label | |
System.Double | minIn | |
System.Boolean | minInclusive | |
System.Double | maxIn | |
System.Boolean | maxInclusive |