API:System.VarCmplx.VarComplexToPolar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure VarComplexToPolar(const AValue: Variant; var ARadius, ATheta: Double; AFixTheta: Boolean);

C++

extern DELPHI_PACKAGE void __fastcall VarComplexToPolar(const System::Variant &AValue, double &ARadius, double &ATheta, bool AFixTheta = true);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

Description

Embarcadero Technologies does not currently have any additional information.