Complex(Double, Double) Constructor |
Creates a new instance of the Complex structure.
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Complex(
double Real,
double Imaginary
)
Public Sub New (
Real As Double,
Imaginary As Double
)
Dim Real As Double
Dim Imaginary As Double
Dim instance As New Complex(Real, Imaginary)
Parameters
- Real Double
- The real part of the complex number
- Imaginary Double
- The imaginary part of the complex number
See Also