AngleLessThanOrEqual Operator
Returns true if left value is less or equal to than right value.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
JavaScript does not support overloaded operators.
- value1 Angle
- An Angle as the left hand operand.
- value2 Angle
- An Angle as the right hand operand.
BooleanA
Boolean as the operation result.