ValueAtPoint(IList<Double>)
Constructor
Description:
Creates object from an array of values
Creates object from an array of values
Parameters
| Parameter | Type | Description |
|---|---|---|
| values | IList | Array of values, each corresponding to "measurement" |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when supplied values contain invalid (infinite or non-number) doubles |
| ArgumentNullException | A non-optional argument was null |