System.VarCmplx.VarComplexInverse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexInverse(const AValue: Variant): Variant;

C++

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

Properties

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

Description

Returns the inverse of a complex number.

VarComplexInverse returns the inverse of a complex number. The inverse is the value that results when you divide 1 by the complex number.

AValue is a Variant whose value represents the complex number.

VarComplexInverse returns a Variant whose value is the inverse of AValue.

See Also