IntRangeAndFit Method
Return a value indicating the type of fit the two specified Ranges
will yield if logically ANDed together.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static RangePart AndFit(
IntRange range1,
IntRange range2
)
Public Shared Function AndFit (
range1 As IntRange,
range2 As IntRange
) As RangePart
No code example is currently available or this language may not be supported.
- range1 IntRange
-
First operand.
- range2 IntRange
-
Second operand.
RangePart
If the two Ranges had at least some value in common, then
RangePart.All or RangePart.Part. Otherwise, RangePart.None.