 | BaseSequenceManagerReconstructionWindowHalfSize Property |
Defines how many reconstructions must be processed around the selected index.
If
GetReconstruction(ReconstructionResults, Int32) is called for index
i, outputs in range
[i -
ReconstructionWindowHalfSize, i +
ReconstructionWindowHalfSize]
are reconstructed to optimize the process and anticipate the call to future indices.
Namespace:
LynceeTec.API.Sequence
Assembly:
LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.2.6612.0 , built 2022-07-14 10:47:23 UTC
Syntaxpublic int ReconstructionWindowHalfSize { get; set; }
public:
property int ReconstructionWindowHalfSize {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also