Gets the observation at the specified index.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Object GetValue(
int index
)
Public Function GetValue (
index As Integer
) As Object
public:
Object^ GetValue(
int index
)
member GetValue :
index : int -> Object
Parameters
- index
- Type: SystemInt32
The zero-based index of the observation.
Return Value
Type:
ObjectThe
Object that is the observation at the specified index.
Numerical Libraries
Supported in: 5.x, 4.x
Reference