Custom indexer for the DoubleComplexDataBlock struct.

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

Syntax

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

Parameters

pos
Type: System..::.Int32

See Also