Property SLNoiseStats.TSLNoiseStats.Masked

From Mitov Wiki Doc
Jump to: navigation, search

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.

Class: TSLNoiseStats

Contents

Syntax

Delphi:

property Masked[ X : Cardinal ] : Boolean;

C++ Builder:

__property bool Masked[ unsigned int X ] = { };

Summary

Array of Boolean, with each element corresponding to the initial FFT output bin.

Description

Masked is an array of Boolean, with each element corresponding to the initial FFT output bin. The Masked property is provided as an alternative way to set the BinMask (see property BinMask). For example, setting Masked[ 345 ] := True is the same as calling BinMask.Add( 345 ).

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox