Click or drag to resize

FloatComplexDataBlockItem Property

Custom indexer for the FloatComplexDataBlock struct.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplex this[
	int pos
] { get; set; }

Parameters

pos  Int32
 

Property Value

FloatComplex
See Also