|  | FloatSymmetricSignalReaderUnpackSymmetricHalfToArray Method | 
            Builds a unpacked signal of the symmetric leading half of the packed signal. If an array of row signals
            is being unpacked, only the CurrentRow is extracted.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic virtual FloatComplex[] UnpackSymmetricHalfToArray()
Public Overridable Function UnpackSymmetricHalfToArray As FloatComplex()
public:
virtual array<FloatComplex>^ UnpackSymmetricHalfToArray()
abstract UnpackSymmetricHalfToArray : unit -> FloatComplex[] 
override UnpackSymmetricHalfToArray : unit -> FloatComplex[] 
Return Value
FloatComplexAn unpacked copy of the leading signal half of the complex conjugate symmetric signal.
 Remarks
Remarks
            This is faster than unpacking the entire signal, no information will be lost, and you save half the signal
            length in memory over unpacking the full signal with the UnpackFull() method.
            
 See Also
See Also