|  | FloatSymmetricSignalReaderHalfLength Property | 
            Gets the length of symmetric half of the signal.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int HalfLength { get; }Public ReadOnly Property HalfLength As Integer
	Get
public:
property int HalfLength {
	int get ();
}member HalfLength : int with get
Property Value
Int32 Remarks
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
See Also