Class SLNoiseStats.TSLBinMask
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' BinMask : [[Class LPComponent.TLPOptionalDisabledPersistent|Mitov.SignalLab.OptionalDisabledPersistent]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:31, 26 June 2013
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 BinMask : 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()