메소드 | 설명 | |
---|---|---|
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 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. |
리턴 | System |