IntRangeFitsInside Method

Return a value indicating whether this Range will fit inside the specified Int Range.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public bool FitsInside(
	IntRange value
)

Parameters

value  IntRange
The value to test for fit.

Return Value

Boolean
Value indicating whether this Range will fit completely inside the specified Int Range.

See Also