Version

UltraCalcFunctionComplex Class

Returns a complex number represented as a string in the format "x + yi" or "x + yj" by comining a real and imaginary number.
Syntax
'Declaration
 
Public Class UltraCalcFunctionComplex 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionComplex : BuiltInFunctionBase 
Remarks

COMPLEX(realNumber, imaginaryNumber, [suffix])
RealNumber is the real coefficient of the complex number.
ImaginaryNumber is the imaginary coefficient of the number.
Suffix specifies the suffix to use. The acceptable values are "i" or "j". If omitted, "i" is used. Note that the suffix is case-sensitive; upper case "I" and "J" are not allowed and will result in a #VALUE error.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also