Custom indexer for the FloatComplexDataBlock struct.

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

Syntax

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

Parameters

pos
Type: System..::.Int32

See Also