Operator GreaterThanOrEqual
| Improve this Doc View SourceGreaterThanOrEqual(_Double, _Double)
Compares the two _Double parameters to determine whether the first is greater than or equal the second.
Declaration
public static _Boolean operator >=(_Double x, _Double y)
Parameters
| Type | Name | Description |
|---|---|---|
| _Double | x | A _Double object. |
| _Double | y | A _Double object. |
Returns
| Type | Description |
|---|---|
| _Boolean | A _Double expression which contains the result. |