Constructs a new KeyVariable object.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ dataArray As ICollection(Of T) _ ) |
| C# |
|---|
public KeyVariable ( ICollection<T> dataArray ) |
| C++ |
|---|
public: KeyVariable ( ICollection<T>^ dataArray ) |
Parameters
- dataArray (System.Collections.Generic.ICollection<(Of T>)<>)
- An object that implements ICollection containing the key values.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | dataArray is nullNothingnullptr. |