DK for Delphi | GisLayerPixel.TGIS_LayerPixel.lanczos3 | Constructors | Fields | Methods | Properties | Events
Lanczos filtering function.
// Delphi protected function lanczos3( _dval : Single ) : Single;
// C++ Builder protected: float lanczos3( float _dval );
| Name | Type | Description |
|---|---|---|
| _dval | Single | input value |
| Type | Description |
|---|---|
| Single | Filtered value |