IntervalIsContained Method |
Checks whether a value is contained within the interval.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool IsContained(
long value
)
Public Function IsContained (
value As Long
) As Boolean
public:
bool IsContained(
long long value
)
member IsContained :
value : int64 -> bool
Parameters
- value
- Type: SystemInt64
The value to check against.
Return Value
Type:
Boolean
Returns true if the value is contained within the interval, otherwise false.
See Also