Gets the index of the interval containing a value.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function Map ( _ value As Object _ ) As Integer |
| C# |
|---|
public override int Map ( Object value ) |
| C++ |
|---|
public: virtual int Map ( Object^ value ) override |
Parameters
- value (System.Object)
- A value that can be converted to Double.
Return Value
The zero-based index of the interval containing value.
Exceptions
| Exception | Condition |
|---|---|
| InvalidCastException | value is of a type that can not be converted to a Double. |