Join
            
            
            
            
            Represents a set of one or more columns that can serve
            as a key in a join operation.
            
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public class JoinIndex- Inheritance
- Object → JoinIndex
Properties
| Column | Gets the number of columns in the join index. | 
| IsUnique | Gets whether the join index contains unique values. | 
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
| From | Creates a join index from an index. | 
| From | Creates a join index from a sequence of vectors. | 
| Get | Serves as the default hash function. (Inherited from Object) | 
| Get | Gets the Type of the current instance. (Inherited from Object) | 
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) | 
| ToString | Returns a string that represents the current object. (Inherited from Object) |