GlobalsIsLessThanOrEqual Method  | 
 
            Compares if a double is less than or equal to another double
            
 
    Namespace: 
   SharpCharts.Base.Common
    Assembly:
   SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntaxpublic static bool IsLessThanOrEqual(
	double value,
	double other
)
Parameters
- value
 - Type: SystemDouble
value - other
 - Type: SystemDouble
other 
Return Value
Type: 
Boolean
See Also