メインメニューを開く

RAD Studio API Documentation β

System.VarCmplx.VarComplexCos

Delphi

function VarComplexCos(const AValue: Variant): Variant;

C++

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

プロパティ

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

説明

複素数のコサイン(余弦)を返します。

VarComplexCos は,複素数のコサインを計算し,その結果を返します。

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

VarComplexCos は,値が AValue のコサインである Variant を返します。

関連項目