Builds the unpacked signal representation of the entire packed signal. If an array of row signals
is being unpacked, only the CurrentRow is extracted and unpacked.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public virtual DoubleComplex[] UnpackFullToArray() |
| Visual Basic (Declaration) |
|---|
Public Overridable Function UnpackFullToArray As DoubleComplex() |
| Visual C++ |
|---|
public: virtual array<DoubleComplex>^ UnpackFullToArray() |