-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Ranges_RangeIntersection_1_IntersectionRange
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
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.