-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_RangeBoundaryTo_1_GetComplementation
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Returns complementation for the boundary. The conversions are: * 'a]' -> '(a' * '[a' -> 'a)' * 'a)' -> '[a' * '(a' -> 'a]' Empty or infinite boundaries will throw. Check the HasValue before calling the method.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public RangeBoundaryFrom<T> GetComplementation()
VB
Public Function GetComplementation As RangeBoundaryFrom(Of T)
F#
member GetComplementation : unit -> RangeBoundaryFrom<'T>
Type: RangeBoundaryFrom(T)
Complementation for the boundary.