Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 650 Bytes

nifty-tou.intrange.containsrange.md

File metadata and controls

26 lines (15 loc) · 650 Bytes

Home > nifty-tou > IntRange > containsRange

IntRange.containsRange() method

Test if another range is completely within this range, inclusive.

Signature:

containsRange(o: IntRange): boolean;

Parameters

Parameter Type Description
o IntRange the range to test

Returns:

boolean

true if this.min <= o.min <= o.max <= this.max