| 
            
              ByteRangeIsInside Method (ByteRange)
             | 
          
        
         
              Check if the specified range is inside of the range.
            
 
    Namespace: 
   Accord
    Assembly:
   Accord (in Accord.dll) Version: 3.8.0
Syntaxpublic bool IsInside(
	ByteRange range
)
Public Function IsInside ( 
	range As ByteRange
) As Boolean
 Request Example
		View SourceParameters
- range
 - Type: AccordByteRange
Range to check. 
Return Value
Type: 
BooleanTrue if the specified range is inside of the range or 
false otherwise.
            
See Also