Skip to content

P_CodeJam_Ranges_Range_1_IsSinglePoint

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

Range(T).IsSinglePoint Property

The range is Zero length range (the values of the boundary From and the boundary To are the same).

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public bool IsSinglePoint { get; }

VB

Public ReadOnly Property IsSinglePoint As Boolean
	Get

F#

member IsSinglePoint : bool with get

Property Value

Type: Boolean
true if the range is single point range; otherwise, false.

See Also

Reference

Range(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally