EISDatapoint(Double, Complex, Boolean) Constructor |
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public EISDatapoint(
double frequency,
Complex impedance,
bool active
)
Public Sub New (
frequency As Double,
impedance As Complex,
active As Boolean
)
Dim frequency As Double
Dim impedance As Complex
Dim active As Boolean
Dim instance As New EISDatapoint(frequency,
impedance, active)
Parameters
- frequency Double
- The frequency.
- impedance Complex
- The impedance.
- active Boolean
- Whether the datapoint is active.
Remarks Uses the frequency, NOT the angular frequency.
See Also