System.VarCmplx.ComplexNumberSymbolBeforeImaginary

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

ComplexNumberSymbolBeforeImaginary: Boolean = False;

C++

extern DELPHI_PACKAGE bool ComplexNumberSymbolBeforeImaginary;

プロパティ

種類 可視性 ソース ユニット
variable public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

説明

ComplexNumberSymbolBeforeImaginary 変数は,複素数の虚数部分を表す記号の配置を示します。

複素数を表すカスタム Variant は,複素数値と文字列の間の相互変換を行うときに ComplexNumberSymbolBeforeImaginary 変数を参照します。

ComplexNumberSymbolBeforeImaginary が false(デフォルト)の場合,記号は '3.4 + 2i' のように虚数部分の後で使用されます。

ComplexNumberSymbolBeforeImaginary が true の場合,記号は '3.4 + i2' のように虚数部分の前で使用されます。

関連項目