Gets the observation values corresponding to the specified key.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Object[] GetRow(
Object key
)
Public Function GetRow (
key As Object
) As Object()
public:
array<Object^>^ GetRow(
Object^ key
)
member GetRow :
key : Object -> Object[]
Parameters
- key
- Type: SystemObject
An Object that specifies the key of the row
Return Value
Type:
ObjectAn array of objects.
Numerical Libraries
Supported in: 5.x, 4.x
Reference