 | BaseSequenceManagerReconstructionWindowHalfSize Property |
Defines how many reconstructions must be processed around the selected index.
If
GetReconstruction(ReconstructionResults, Int32, Boolean) 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.SequenceAssembly: LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:36 UTC
Syntaxpublic int ReconstructionWindowHalfSize { get; set; }
public:
property int ReconstructionWindowHalfSize {
int get ();
void set (int value);
}
Property Value
Int32
See Also