ComplexImaginary Property |
The imaginary value of the complex number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double Imaginary { get; set; }
Public Property Imaginary As Double
Get
Set
Dim instance As Complex
Dim value As Double
value = instance.Imaginary
instance.Imaginary = value
Property Value
DoubleThe imaginary value of the complex number
Return Value
DoubleThe imaginary value of the complex number
See Also