System.VarCmplx.ComplexNumberSymbol
Delphi
ComplexNumberSymbol: string = 'i';
C++
extern DELPHI_PACKAGE System::UnicodeString ComplexNumberSymbol;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| variable | public | System.VarCmplx.pas System.VarCmplx.hpp | System.VarCmplx | System.VarCmplx | 
Description
Indicates the symbol used to represent the imaginary part of a complex number.
Custom Variants that represent complex numbers use ComplexNumberSymbol when converting between complex values and strings. This identifies the symbol used to signal the imaginary part of a complex number. By default, this value is 'i'. This allows the custom Variant for complex numbers to interpret or produce strings such as '3.4 + 2i'.