Skip to content

M_CodeJam_Ranges_RangeBoundaryTo_1_GetComplementation

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

RangeBoundaryTo(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

Syntax

C#

public RangeBoundaryFrom<T> GetComplementation()

VB

Public Function GetComplementation As RangeBoundaryFrom(Of T)

F#

member GetComplementation : unit -> RangeBoundaryFrom<'T> 

Return Value

Type: RangeBoundaryFrom(T)
Complementation for the boundary.

See Also

Reference

RangeBoundaryTo(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally