Click or drag to resize

DoubleComplexDataBlockItem Property

Custom indexer for the DoubleComplexDataBlock struct.

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

Parameters

pos  Int32
 

Property Value

DoubleComplex
See Also