VoltageGreaterThanOrEqual Operator
Returns true if left value is greater than or equal to right value.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.175 -- Release Build+70cfebd19f80455d07e1cf93607e59f6af0e38f4
JavaScript does not support overloaded operators.
- value1 Voltage
- A Voltage object as the left hand operand.
- value2 Voltage
- A Voltage object as the right hand operand.
BooleanA
Boolean value as the result.