EISRawData(IListDouble, IListDouble, IListDouble, MetadataValueList) 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,
params MetadataValueList[] metadata
)
Public Sub New (
frequencies As IList(Of Double),
zReal As IList(Of Double),
zImag As IList(Of Double),
ParamArray metadata As MetadataValueList()
)
Dim frequencies As IList(Of Double)
Dim zReal As IList(Of Double)
Dim zImag As IList(Of Double)
Dim metadata As MetadataValueList()
Dim instance As New EISRawData(frequencies,
zReal, zImag, metadata)
Parameters
- frequencies IListDouble
- The list of frequencies.
- zReal IListDouble
- The list of impedance real parts.
- zImag IListDouble
- The list of impedance imaginary parts.
- metadata MetadataValueList
- An array of metadata value lists of the same lengths as the data.
Exceptions See Also