IsInInterval Constructor (Double, Double) | 
 
            	Creates new instance of IsInInterval predicate with given value to compare.
            
 
    Namespace: 
   FinAnalysis.Predicates
    Assembly:
   FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntaxpublic IsInInterval(
	double min,
	double max
)
Parameters
- min
 - Type: SystemDouble
 Minimum value.  - max
 - Type: SystemDouble
 Maximum value.  
See Also