-
Notifications
You must be signed in to change notification settings - Fork 36
P_CodeJam_Ranges_Range_1_IsNotEmpty
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
The range is NOT empty, ≠ ∅.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsNotEmpty { get; }
VB
Public ReadOnly Property IsNotEmpty As Boolean
Get
F#
member IsNotEmpty : bool with get
Type: Booleantrue
if the range is not empty; otherwise, false
.