Click or drag to resize

FrameColumnItem Property

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; }

Parameters

r
Type: SystemInt32
The (zero-based) index.

Return Value

Type: Object
The value at index r.
See Also