Click or drag to resize

EISValue Structure

Defines a value used in impedance spectroscopy. This does not specify which transfer function this value describes.
Inheritance Hierarchy
SystemObject
  SystemValueType
    RelaxIS_SDK.CommonEISValue

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public struct EISValue

The EISValue type exposes the following members.

Constructors
 NameDescription
Public methodEISValue(Double, Complex) Initializes a new instance of the EISValue structure.
Public methodEISValue(Double, Double, Double) Initializes a new instance of the EISValue structure.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(EISValue, EISValue) Checks if the two objects have equal values.
Public operatorStatic memberInequality(EISValue, EISValue) Checks if the two objects have unequal values.
Top
Fields
 NameDescription
Public fieldFrequency Gets the frequency.
Public fieldImaginary Gets the imaginary part of the EIS value.
Public fieldReal Gets the real part of the EIS value.
Top
See Also