EISRawData(IListDouble, IListDouble, IListDouble) Constructor |
Initializes a new instance of the
EISRawData class.
Namespace: RelaxIS_SDK.Common.FileFormatAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public EISRawData(
IList<double> frequencies,
IList<double> zReal,
IList<double> zImag
)
Public Sub New (
frequencies As IList(Of Double),
zReal As IList(Of Double),
zImag As IList(Of Double)
)
Dim frequencies As IList(Of Double)
Dim zReal As IList(Of Double)
Dim zImag As IList(Of Double)
Dim instance As New EISRawData(frequencies,
zReal, zImag)
Parameters
- frequencies IListDouble
- The list of frequencies.
- zReal IListDouble
- The list of impedance real parts.
- zImag IListDouble
- The list of impedance imaginary parts.
Exceptions See Also