Method OverlapsOrAdjacent
OverlapsOrAdjacent(Interval)
Declaration
public bool OverlapsOrAdjacent(Interval other)
Parameters
Type | Name | Description |
---|---|---|
Interval | other |
Returns
Type | Description |
---|---|
bool |
OverlapsOrAdjacent(int, int)
Declaration
public bool OverlapsOrAdjacent(int firstFrame_, int onePastLastFrame_)
Parameters
Type | Name | Description |
---|---|---|
int | firstFrame_ | |
int | onePastLastFrame_ |
Returns
Type | Description |
---|---|
bool |