 | DoubleSymmetric2DSignalReaderUnpackFullToMatrix Method |
Builds the unpacked signal representation of the entire packed complex symmetric signal.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic virtual DoubleComplexMatrix UnpackFullToMatrix()
Public Overridable Function UnpackFullToMatrix As DoubleComplexMatrix
public:
virtual DoubleComplexMatrix^ UnpackFullToMatrix()
abstract UnpackFullToMatrix : unit -> DoubleComplexMatrix
override UnpackFullToMatrix : unit -> DoubleComplexMatrix
Return Value
DoubleComplexMatrixAn unpacked copy of this signal.
See Also