Returns an array of indexes corresponding to the
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Map ( _ values As Object() _ ) As Integer() |
| C# |
|---|
public int[] Map ( Object[] values ) |
| C++ |
|---|
public: array<int>^ Map ( array<Object^>^ values ) |
Parameters
- values ()
- An Object array containing the levels to be mapped.
Return Value
An integer array containing the level indices of the elements of values.
Remarks
This overload uses the Map(Object) method to map each element of
values to its level index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | values is nullNothingnullptr. |