Custom indexer for the DoubleDataBlock struct.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double this[
	int pos
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	pos As Integer _
) As Double
Visual C++
public:
property double default[int pos] {
	double get (int pos);
	void set (int pos, double value);
}

Parameters

pos
Type: System..::.Int32

See Also