Click or drag to resize

RelaxISPlugin_AxisValueGetValues(Double, RelaxISPlugin_TransferFunction) Method

Transforms a whole range of values at once.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public double[] GetValues(
	double[][] ImpedanceData,
	RelaxISPlugin_TransferFunction Converter
)

Parameters

ImpedanceData  Double
Array in the form (2)(nDatapoints-1). Index 0 = Frequency, Index 1 = ZReal, Index 2 = ZImag.
Converter  RelaxISPlugin_TransferFunction
The impedance converter to use

Return Value

Double
An array with one value for each datapoint
See Also