GlobalsIsGreaterThanOrEqual Method |
Compares if a double is greater 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)
Syntax public static bool IsGreaterThanOrEqual(
double value,
double other
)
Parameters
- value
- Type: SystemDouble
value - other
- Type: SystemDouble
other
Return Value
Type:
BooleanSee Also