IntRangeAnd Method

Return the logical AND result of the two specified Int Ranges.

Definition

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

Parameters

range1  IntRange
First operand.
range2  IntRange
Second operand.

Return Value

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.

See Also