P_CodeJam_Ranges_RangeIntersection_2_IntersectionRange - rsdn/CodeJam GitHub Wiki
The common part for all ranges in intersection.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Range<T> IntersectionRange { get; }VB
Public ReadOnly Property IntersectionRange As Range(Of T)
GetF#
member IntersectionRange : Range<'T> with get
Type: Range(T)
The common part for all ranges in intersection.
RangeIntersection(T, TKey) Structure
CodeJam.Ranges Namespace