AxisSmithBaseNormToAbs Method |
LightningChart .NET Help
Converts normed smith view value to absolute value.
Normed value 1 matches the given absolute reference value.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic double NormToAbs(
double value
)
Public Function NormToAbs (
value As Double
) As Double
public:
double NormToAbs(
double value
)
Parameters
- value
- Type: SystemDouble
Smith values imaginary or real part to convert.
Return Value
Type:
DoubleAbsolute smith value.
See Also