[This is preliminary documentation and is subject to change.]

Acts as a wrapper for IComparable values

Namespace: Clarion.Framework.Core
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

Remarks

This class was created specifically to allow values of different types to inhabit the same dimension. To facilitate this, the CompareTo(V) and CompareTo(IComparable) methods have been implemented with the following considerations:
  • If the specified value is of the same type as the (inner) value, then the default comparison will be made for that type
  • If the specified value is of a different type, then the string representation of the values will be compared

Copyright 2012. Nicholas Wilson

Inheritance Hierarchy

System..::..Object
  Clarion.Framework.Core..::..V

See Also