 | DoubleSymmetric2DSignalReaderHalfRows Property |
Gets the number of rows in the symmetric half of the 2D FFT signal.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int HalfRows { get; }
Public ReadOnly Property HalfRows As Integer
Get
public:
property int HalfRows {
int get ();
}
member HalfRows : int with get
Property Value
Int32
Remarks
This can be used for allocating an array of the correct size for unpacking the symmetric half
of the packed signal using the UnpackSymmetricHalf method.
See Also