You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
RangeBoundaryFrom(T).GetComplementation Method
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