Gets the value at the given index.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public Object this[
int r
] { get; }
Public ReadOnly Default Property Item (
r As Integer
) As Object
Get
public:
property Object^ default[int r] {
Object^ get (int r);
}
member Item : Object with get
Parameters
- r
- Type: SystemInt32
The (zero-based) index.
Return Value
Type:
ObjectThe value at index
r.
See Also