Class SLNoiseStats.TSLBinMask
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabPkg
Unit: SLNoiseStats
Inherits: TLPOptionalDisabledPersistent
Contents |
Syntax
Delphi:
type TSLBinMask = class( TLPOptionalDisabledPersistent )
C++ Builder:
class TSLBinMask : public TLPOptionalDisabledPersistent
Visual C++ (MFC):
class CTSLBinMask : public CTLPOptionalDisabledPersistent
C# (.NET):
public ref class TSLBinMask : Mitov.SignalLab.OptionalDisabledPersistent
Summary
Array of Count integers holding the values of bins to be masked from statistic calculations.
Description
Defines a class containing an array of Count integers holding the values of bins to be masked from statistic calculations. See TSLNoiseStats property BinMask. See Also TSLNoiseStats.BinMask.
Properties
Public
Methods
Public
- procedure Clear() - Clears the list of BinMasks.
- procedure Add(AValue : Integer) - Adds a bin mask to the list.
- procedure BeginUpdate()
- procedure EndUpdate()