Initializing help system before first use

ComparableMapKey5(K1, K2, K3, K4, K5) Class

A key in a 5-dimensional tree map.
Inheritance Hierarchy
System.Object
   Optimizer.Maps.MapKey5 < K1, K2, K3, K4, K5 >
     Optimizer.Maps.ComparableMapKey5<K1, K2, K3, K4, K5>

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

Type Parameters

K1
K2
K3
K4
K5

The ComparableMapKey5<K1, K2, K3, K4, K5> type exposes the following members.

Constructors
  Name Description
Public method ComparableMapKey5<K1, K2, K3, K4, K5>
Create a new 5-dimensional key from the given keys.
Top
Properties
  Name Description
Public property Key1
Key number 1.
(Inherited from MapKey5<K1, K2, K3, K4, K5>.)
Public property Key2
Key number 2.
(Inherited from MapKey5<K1, K2, K3, K4, K5>.)
Public property Key3
Key number 3.
(Inherited from MapKey5<K1, K2, K3, K4, K5>.)
Public property Key4
Key number 4.
(Inherited from MapKey5<K1, K2, K3, K4, K5>.)
Public property Key5
Key number 5.
(Inherited from MapKey5<K1, K2, K3, K4, K5>.)
Top
Methods
  Name Description
Public method CompareTo
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from MapKey5<K1, K2, K3, K4, K5>.)
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 MapKey5<K1, K2, K3, K4, K5>.)
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 5 elements, each of which is comparable. They can be used as key in instances of TreeMap5.
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.