IntRangeAndFit Method

Return a value indicating the type of fit the two specified Ranges will yield if logically ANDed together.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static RangePart AndFit(
	IntRange range1,
	IntRange range2
)

Parameters

range1  IntRange
First operand.
range2  IntRange
Second operand.

Return Value

RangePart
If the two Ranges had at least some value in common, then RangePart.All or RangePart.Part. Otherwise, RangePart.None.

See Also