IntRangeAnd Method
Return the logical AND result of the two specified Int Ranges.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static IntRange And(
IntRange range1,
IntRange range2
)
Public Shared Function And (
range1 As IntRange,
range2 As IntRange
) As IntRange
No code example is currently available or this language may not be supported.
- range1 IntRange
-
First operand.
- range2 IntRange
-
Second operand.
IntRange
If the two Ranges had at least some value in common, then the
mutually specified values between them, specified as a new IntRange
object. Otherwise, null.