Initializing help system before first use

ComparableMapKey3(K1, K2, K3) Class

A key in a 3-dimensional tree map.
Inheritance Hierarchy
System.Object
   Optimizer.Maps.MapKey3 < K1, K2, K3 >
     Optimizer.Maps.ComparableMapKey3<K1, K2, K3>

Namespace:   Optimizer.Maps
Assembly:  xprsdn (in xprsdn.dll) Version: 44.01.01
Syntax
C#
public class ComparableMapKey3<K1, K2, K3> : MapKey3<K1, K2, K3>, 
	IComparable<ComparableMapKey3<K1, K2, K3>>
where K1 : Object, IComparable<K1>
where K2 : Object, IComparable<K2>
where K3 : Object, IComparable<K3>

Type Parameters

K1
K2
K3

The ComparableMapKey3<K1, K2, K3> type exposes the following members.

Constructors
  Name Description
Public method ComparableMapKey3<K1, K2, K3>
Create a new 3-dimensional key from the given keys.
Top
Properties
  Name Description
Public property Key1
Key number 1.
(Inherited from MapKey3<K1, K2, K3>.)
Public property Key2
Key number 2.
(Inherited from MapKey3<K1, K2, K3>.)
Public property Key3
Key number 3.
(Inherited from MapKey3<K1, K2, K3>.)
Top
Methods
  Name Description
Public method CompareTo
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from MapKey3<K1, K2, K3>.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode (Inherited from MapKey3<K1, K2, K3>.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Remarks
Instances of this class represent a tuple with 3 elements, each of which is comparable. They can be used as key in instances of TreeMap3.
See Also

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.