Method procedure SLBiQuadIir.TSLBiQuads.Add(Real;Real;Real;Real;Real;Real)

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: TSLBiQuads

Contents

Syntax

Delphi:

procedure Add( B0 : Real, B1 : Real, B2 : Real, A0 : Real, A1 : Real, A2 : Real );

C++ Builder:

void __fastcall Add( double B0, double B1, double B2, double A0, double A1, double A2 );

Visual C++ (MFC):

void Add( double B0, double B1, double B2, double A0, double A1, double A2 );

Summary

Adds a BiQuad to the array.

Description

Use this method to add a BiQuad ( B0, B1, B2, A0, A1 and A2 ) to the array.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox