Table of Contents

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

real double

Real component.

imgValue double

Imaginary component.

SmithSeriesPoint(double, double, object)

Constructor.

public SmithSeriesPoint(double real, double imgValue, object tag)

Parameters

real double

Real component.

imgValue double

Imaginary component.

tag object

Tag. Freely assignable object.

Fields

Tag

Tag. Freely assignable object.

public object Tag

Field Value

object

Properties

ImgValue

Imaginary component of the smith coordinate.

public double ImgValue { get; set; }

Property Value

double

RealValue

Real component of the smith coordinate.

public double RealValue { get; set; }

Property Value

double

Methods

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as a string.