ILNumerics.Net - numeric computing for .NET
Get single value from this storage

Declaration Syntax
public abstract BaseT GetValue(
params int[] idx
)
Public MustOverride Function GetValue ( _
ParamArray idx As Integer() _
) As BaseT
public:
virtual BaseT GetValue(
... array<int>^ idx
) abstract

Parameters
- idx (array<
Int32
>[]()[])
- Integer array holding the dimension specifier
pointing to the value. This can be a comma seperated list
or a System.Array.

Return Value
Object on the position pointed to by idx
Assembly:
ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)