System.VarCmplx.VarComplexArcCosH

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

Delphi

function VarComplexArcCosH(const AValue: Variant): Variant;

C++

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

プロパティ

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

説明

複素数のハイパボリックアークコサインを返します。

VarComplexArcCosH は,複素数のハイパボリックアークコサインを計算し,その結果を返します。

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

VarComplexArcCosH は,値が AValue のハイパボリックアークコサインである Variant を返します。

関連項目