EISValue(Double, Complex) 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,
Complex value
)
Public Sub New (
frequency As Double,
value As Complex
)
Dim frequency As Double
Dim value As Complex
Dim instance As New EISValue(frequency,
value)
Parameters
- frequency Double
- The frequency.
- value Complex
- The complex value.
Remarks Uses the frequency, NOT the angular frequency.
See Also