System.VarCmplx.VarComplexCot
Delphi
function VarComplexCot(const AValue: Variant): Variant;
C++
extern DELPHI_PACKAGE System::Variant __fastcall VarComplexCot(const System::Variant &AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
説明
複素数の余接を返します。
VarComplexCot は、複素数の余接を計算し、その結果を返します。
AValue は、複素数を表す値を持つバリアントです。
VarComplexCot は、AValue の余接を値に持つバリアントを返します。