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