Double |
| Name | Description | |
|---|---|---|
| GreaterThanOrEqual(Double, DoubleColumn) | Compares whether a scalar value is greater than or equal to a double column. | |
| GreaterThanOrEqual(DoubleColumn, DoubleColumn) | Compares whether one double column is greater than or equal to another. | |
| GreaterThanOrEqual(DoubleColumn, Double) | Compares whether a double column is greater than or equal to a scalar value. |