Click or drag to resize
IntervalIsContained Method
Checks whether a value is contained within the interval.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsContained(
	long value
)

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