System.VarCmplx.VarComplexLog10

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

Delphi

function VarComplexLog10(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexLog10(const System::Variant &AValue);

プロパティ

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

説明

複素数の対数(基数 10)を返します。

VarComplexLog10 は,複素数の 10 を底とする対数を返します。10 を底とする対数は,複素数を得るために 10 に累乗しなければならない数です。

AValue は,値が複素数を表している Variant です。

VarComplexLog10 は,値が AValue の 10 を底とする対数である Variant を返します。

関連項目