Class SLRealToInt.TSLRealToInt
From Mitov Wiki Doc
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.
Package: SignalLabPkg
Unit: SLRealToInt
Inherits: TSLBasicThreadedFilter
Contents |
Syntax
Delphi:
type TSLRealToInt = class( TSLBasicThreadedFilter )
C++ Builder:
class TSLRealToInt : public TSLBasicThreadedFilter
Visual C++ (MFC):
class CTSLRealToInt : public CTSLBasicThreadedFilter
C# (.NET):
public ref class TSLRealToInt : Mitov.SignalLab.BasicThreadedFilter
Summary
Converts Real data to Integer.
Description
Use this component to convert Real(double) data buffer to Integer data buffer.
Diagram:
Properties
Published
- Round - Round the samples.
Pins
- InputPin - The Real(double) input pin of the component.
- OutputPin - The Integer output pin of the component.