Complex(Complex) 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(
Complex Value
)
Public Sub New (
Value As Complex
)
Dim Value As Complex
Dim instance As New Complex(Value)
Parameters
- Value Complex
- The real part of the complex number
See Also