Anzeigen: Delphi
C++
Anzeigeeinstellungen
System.VarCmplx.VarComplexCot
Aus XE2 API Documentation
Delphi
function VarComplexCot(const AValue: Variant): Variant;
C++
extern PACKAGE System::Variant __fastcall VarComplexCot(const System::Variant &AValue);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | System.VarCmplx.pas System.VarCmplx.hpp |
System.VarCmplx | System.VarCmplx |
Beschreibung
Gibt den Kotangens einer komplexen Zahl zurück.
VarComplexCot berechnet den Kotangens einer komplexen Zahl und gibt das Ergebnis zurück.
AValue ist eine Variante, deren Wert die komplexe Zahl repräsentiert.
VarComplexCot gibt eine Variante zurück, deren Wert der Kotangens von AValue ist.