Visual Basic (Declaration) | |
---|---|
Public MustOverride Property GuardIntervalRepeatIndex As Integer |
C# | |
---|---|
public abstract int GuardIntervalRepeatIndex {get; set;} |
C++/CLI | |
---|---|
public: abstract property int GuardIntervalRepeatIndex { int get(); void set ( int value); } |
Property Value
The default value is 0. The minimum value is zero.When using values specified in the cyclic prefix (SetGuardIntervalPerSymbol) and cyclic suffix (SetCyclicSuffixPerSymbol) guard interval property arrays, the analyzer needs enough values for the ResultLength. If the specified arrays are shorter than ResultLength, the CP/CS repeat index (GuardIntervalRepeatIndex) property specifies where to loop back to within the arrays after the end is reached.
The CP/CS repeat index (GuardIntervalRepeatIndex) value is specified in terms of symbol number. As an example, a value of zero means that the analyzer loops back to the beginning of the array.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)