EISValue(Double, Double, Double) Constructor |
Initializes a new instance of the
EISValue structure.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public EISValue(
double frequency,
double real,
double imag
)
Public Sub New (
frequency As Double,
real As Double,
imag As Double
)
Dim frequency As Double
Dim real As Double
Dim imag As Double
Dim instance As New EISValue(frequency,
real, imag)
Parameters
- frequency Double
- The frequency.
- real Double
- The real part.
- imag Double
- The imaginary part.
Remarks Uses the frequency, NOT the angular frequency.
See Also