[This is preliminary documentation and is subject to change.]
Overloads the "greater than or equals" operator for dimension-value pairs
Namespace: Clarion.FrameworkAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public static bool operator >=( DimensionValuePair dv1, DimensionValuePair dv2 ) |
Parameters
- dv1
- Type: Clarion.Framework..::..DimensionValuePair
The dimension-value pair on the left-hand side of the "greater than or equals" operator
- dv2
- Type: Clarion.Framework..::..DimensionValuePair
The dimension-value pair on the right-hand side of the "greater than or equals" operator