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