Click or drag to resize

EISDatapoint(Double, Complex) Constructor

Initializes a new instance of the EISDatapoint class.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public EISDatapoint(
	double frequency,
	Complex impedance
)

Parameters

frequency  Double
The frequency.
impedance  Complex
The impedance.
Remarks
Uses the frequency, NOT the angular frequency.
See Also