Struct SmithSeriesPoint
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Smith series point.
public struct SmithSeriesPoint : IRoundSeriesPoint, IPointSmith, IPointRound
- Implements
- Inherited Members
Constructors
SmithSeriesPoint(double, double)
Constructor.
public SmithSeriesPoint(double real, double imgValue)
Parameters
SmithSeriesPoint(double, double, object)
Constructor.
public SmithSeriesPoint(double real, double imgValue, object tag)
Parameters
realdoubleReal component.
imgValuedoubleImaginary component.
tagobjectTag. Freely assignable object.
Fields
Tag
Tag. Freely assignable object.
public object Tag
Field Value
Properties
ImgValue
Imaginary component of the smith coordinate.
public double ImgValue { get; set; }
Property Value
RealValue
Real component of the smith coordinate.
public double RealValue { get; set; }
Property Value
Methods
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.