|  | FloatSymmetric2DSignalReaderUnpackSymmetricHalfToMatrix Method | 
            Builds a unpacked signal of the symmetric leading half of the packed signal.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic virtual FloatComplexMatrix UnpackSymmetricHalfToMatrix()
Public Overridable Function UnpackSymmetricHalfToMatrix As FloatComplexMatrix
public:
virtual FloatComplexMatrix^ UnpackSymmetricHalfToMatrix()
abstract UnpackSymmetricHalfToMatrix : unit -> FloatComplexMatrix 
override UnpackSymmetricHalfToMatrix : unit -> FloatComplexMatrix 
Return Value
FloatComplexMatrixAn unpacked copy of the leading symmetric half this signal.
 Remarks
Remarks
            The symmetric half-matrix contains the same number of columns as the original and half
            the number of rows.  This is faster and more memory efficient than unpacking the entire signal, and no 
            information will be lost do the symmetric nature of the signal.
            
 See Also
See Also