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