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