Click or drag to resize

FloatSymmetricSignalReaderHalfLength Property

Gets the length of symmetric half of the signal.

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