Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 884 Bytes

F_EgonsoftHU_Extensions_Bcl_Enumerations_IntervalBoundsOptions_LeftOpen.md

File metadata and controls

31 lines (19 loc) · 884 Bytes

LeftOpen Field

The lower bound is excluded from the interval, but the upper bound is included in the interval.

Definition

Namespace: EgonsoftHU.Extensions.Bcl.Enumerations
Assembly: EgonsoftHU.Extensions.Bcl (in EgonsoftHU.Extensions.Bcl.dll) Version: 3.0.1+8c729d04d0fcab10705485e5626d4fdebeaa818d

C#

public const IntervalBoundsOptions LeftOpen = 1

VB

Public Const LeftOpen As IntervalBoundsOptions = 1

Field Value

IntervalBoundsOptions

See Also

Reference

IntervalBoundsOptions Class
EgonsoftHU.Extensions.Bcl.Enumerations Namespace