Gets the length of symmetric half of the signal.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int HalfLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property HalfLength As Integer
Visual C++
public:
property int HalfLength {
	int get ();
}

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