FieldValues(IList<VectorAtPoint>)
Constructor
Description:
Creates object from an array of domain point vectors
Creates object from an array of domain point vectors
Parameters
Parameter | Type | Description |
---|---|---|
vectorAtPoint | IList | Array of vectors, each corresponding to a domain point |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | Members of vectorAtPoint contain different numbers of measurements |
ArgumentNullException | A non-optional argument was null |