System.VarCmplx.VarComplexCsc

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

Delphi

function VarComplexCsc(const AValue: Variant): Variant;

C++

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

プロパティ

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

説明

複素数の余割を返します。

VarComplexCsc は、複素数の余割を計算し、その結果を返します。

AValue は、複素数を表す値を持つバリアントです。

VarComplexCsc は、AValue の余割を値に持つバリアントを返します。

関連項目