The DoubleComplexDataBlock struct defines a contiguous subset of an array of DoubleComplex numbers. A DoubleComplexDataBlock instance contains a reference to an array and an offset into the array.

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

Syntax

C#
[SerializableAttribute]
public class DoubleComplexDataBlock
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DoubleComplexDataBlock
Visual C++
[SerializableAttribute]
public ref class DoubleComplexDataBlock

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Core..::.DoubleComplexDataBlock

See Also