We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns complementation composite range. Result range contains result of (infinityRange.Exclude(this).
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public CompositeRange<T> GetComplementation()
VB
Public Function GetComplementation As CompositeRange(Of T)
F#
member GetComplementation : unit -> CompositeRange<'T>
Type: CompositeRange(T)Complementation composite range.
CompositeRange(T, TKey) StructureCodeJam.Ranges Namespace