Numerical Components for .NET
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
[SerializableAttribute] public abstract class Variable : IList, ICollection, IEnumerable, IComparer<int>
<SerializableAttribute> _ Public MustInherit Class Variable _ Implements IList, ICollection, IEnumerable, IComparer(Of Integer)
[SerializableAttribute] public ref class Variable abstract : IList, ICollection, IEnumerable, IComparer<int>
[<AbstractClassAttribute>] [<SerializableAttribute>] type Variable = class interface IList interface ICollection interface IEnumerable interface IComparer<int> end
The Variable class is the base class for all classes that implement statistical variables.
Variable is an abstract base class and cannot be instantiated directly. Instead, instantiate one of its derived classes, as listed in the table below.
Note to inheritors: When you inherit from Variable, you must override the Length property, and the GetEnumerator()()()(), GetValue(Int32) and ToCategoricalVariable()()()() methods.
Copyright © 2003-2013, 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.