-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_CompositeRange_1_Contains_4
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Determines whether the composite range contains the specified value.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool Contains(
T value
)
VB
Public Function Contains (
value As T
) As Boolean
F#
member Contains :
value : 'T -> bool
- value
- Type: T
The value to check.
Type: Booleantrue
, if the composite range contains the value.
CompositeRange(T) Structure
Contains Overload
CodeJam.Ranges Namespace