SignalReaderFactor Property |
LightningChart .NET Help
General factor for output signal. Allows using for example millivolt range by setting this 0.001, or 1E-3. This is a dependency propety.
Namespace:
Arction.Wpf.SignalProcessing
Assembly:
Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntaxpublic double Factor { get; set; }Public Property Factor As Double
Get
Set
public:
property double Factor {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also