[This is preliminary documentation and is subject to change.]
Overloads the "less than" operator for values
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public static bool operator <( V v1, IComparable v2 ) |
Parameters
- v1
- Type: Clarion.Framework.Core..::..V
The value on the left-hand side of the "less than" operator
- v2
- Type: System..::..IComparable
The value on the right-hand side of the "less than" operator