SmithSeriesPoint Constructor (Double, Double) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic SmithSeriesPoint(
double real,
double imgValue
)
Public Sub New (
real As Double,
imgValue As Double
)
public:
SmithSeriesPoint(
double real,
double imgValue
)
Parameters
- real
- Type: SystemDouble
Real component. - imgValue
- Type: SystemDouble
Imaginary component.
See Also