Class SLRealToInt.TSLRealToInt
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' RealToInt : [[Class SLCommonFilter.TSLBasicThreadedFilter|Mitov.SignalLab.BasicThreadedFilter]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:31, 26 June 2013
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 RealToInt : 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.