Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference

Skip Navigation LinksHome»Documentation»Reference»Extreme.DataAnalysis.Linq»LinqExtensions.DataFrameLookup(TKey, R, C) Class

LinqExtensionsDataFrameLookupTKey, R, C Class

Extreme Optimization Numerical Libraries for .NET Professional
Defines an indexer, size property, and Boolean search method for LinqExtensionsGroupingTKey, T objects.
Inheritance Hierarchy

SystemObject
  Extreme.DataAnalysis.LinqLinqExtensionsDataFrameLookupTKey, R, C

Namespace:  Extreme.DataAnalysis.Linq
Assembly:  Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Syntax

C#
VB
C++
F#
Copy
public class DataFrameLookup<TKey, R, C> : IEnumerable<LinqExtensionsDataFrameGrouping<TKey, R, C>>, 
	IEnumerable
Public Class DataFrameLookup(Of TKey, R, C)
	Implements IEnumerable(Of LinqExtensionsDataFrameGrouping(Of TKey, R, C)), 
	IEnumerable
generic<typename TKey, typename R, typename C>
public ref class DataFrameLookup : IEnumerable<LinqExtensionsDataFrameGrouping<TKey, R, C>^>, 
	IEnumerable
type DataFrameLookup<'TKey, 'R, 'C> =  
    class
        interface IEnumerable<LinqExtensionsDataFrameGrouping<'TKey, 'R, 'C>>
        interface IEnumerable
    end

Type Parameters

TKey
The type of the key.
R
The element type of the row index of the data frame.
C
The element type of the column index of the data frame.

The LinqExtensionsDataFrameLookupTKey, R, C type exposes the following members.

Constructors

  NameDescription
Public methodLinqExtensionsDataFrameLookupTKey, R, C
Constructs a new lookup object.
Top
Properties

  NameDescription
Public propertyCount
Gets the number of key/value collection pairs.
Public propertyItem
Gets the sequence of values indexed by the specified key.
Top
Methods

  NameDescription
Public methodContains
Determines whether a specific key exists in the lookup.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodGroupLinqExtensionsDataFrameGroupingTKey, R, COverloaded.
Returns a grouping by the unique elements in a sequence.
(Defined by Grouping.)
Public Extension MethodGroupLinqExtensionsDataFrameGroupingTKey, R, C(IEqualityComparerLinqExtensionsDataFrameGroupingTKey, R, C)Overloaded.
Returns a grouping by the unique elements in a sequence using the specified comparer to determine equality.
(Defined by Grouping.)
Public Extension MethodSumLinqExtensionsDataFrameGroupingTKey, R, COverloaded.
Computes the sum of the sequence of values.
(Defined by ArrayMath.)
Public Extension MethodSumLinqExtensionsDataFrameGroupingTKey, R, C, U(FuncLinqExtensionsDataFrameGroupingTKey, R, C, U)Overloaded.
Computes the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by ArrayMath.)
Top
See Also

Reference

Extreme.DataAnalysis.Linq Namespace

Copyright (c) 2004-2023 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2023, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.