Click or drag to resize

RelaxISPlugin_AxisValueGetValues(IEnumerableEISDatapoint, RelaxISPlugin_TransferFunction) Method

Converts the full list of data.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public IEnumerable<double> GetValues(
	IEnumerable<EISDatapoint> impedanceData,
	RelaxISPlugin_TransferFunction converter
)

Parameters

impedanceData  IEnumerableEISDatapoint
The impedance data.
converter  RelaxISPlugin_TransferFunction
The transfer function to use.

Return Value

IEnumerableDouble
The list of converted values.
See Also