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