Click or drag to resize

FloatSymmetric2DSignalReaderHalfRows Property

Gets the number of rows in the symmetric half of the 2D FFT signal.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int HalfRows { 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