Method SetBounds
SetBounds(T, T, Boolean, Boolean)
Sets the lower and upper bounds.
Declaration
public virtual void SetBounds(T lower, T upper, bool lowerInclusive, bool upperInclusive)
Parameters
Type | Name | Description |
---|---|---|
T | lower | the lower bound, |
T | upper | the upper bound, |
System.Boolean | lowerInclusive |
|
System.Boolean | upperInclusive |
|