Skip to content

M_CodeJam_Ranges_RangeBoundaryFrom_1_GetComplementation

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

Syntax

C#

public RangeBoundaryTo<T> GetComplementation()

VB

Public Function GetComplementation As RangeBoundaryTo(Of T)

F#

member GetComplementation : unit -> RangeBoundaryTo<'T> 

Return Value

Type: RangeBoundaryTo(T)
Complementation for the boundary.

See Also

Reference

RangeBoundaryFrom(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally