Class TvxSinshKernel

Unit

Declaration

type TvxSinshKernel = class(TvxCustomKernel)

Description

TvxSinshKernel

Hierarchy

Overview

Methods

Public constructor Create; override;
Public procedure SetWidth(Value: Single);
Public function GetWidth: Single; override;
Public function Filter(Value: Single): Single; override;

Properties

Published property Coeff: Single read FCoeff write SetCoeff;
Published property Width: Single read GetWidth write SetWidth;

Description

Methods

Public constructor Create; override;
 
Public procedure SetWidth(Value: Single);
 
Public function GetWidth: Single; override;
 
Public function Filter(Value: Single): Single; override;
 

Properties

Published property Coeff: Single read FCoeff write SetCoeff;
 
Published property Width: Single read GetWidth write SetWidth;
 

Generated by PasDoc 0.15.0.