Method | Description | |
---|---|---|
InRange ( double value ) : bool |
Is this value within the range.
|
|
SegregationRange ( ) : System |
Default constructor for reflection.
|
|
SegregationRange ( double low, double high, bool include ) : System |
Construct a segregation range.
|
public InRange ( double value ) : bool | ||
value | double | The value to check. |
return | bool |
public SegregationRange ( double low, double high, bool include ) : System | ||
low | double | The low end of the range. |
high | double | The high end of the range. |
include | bool | Specifies if the range should be included. |
return | System |