VarCmplx.VarComplexAbs
From RAD Studio VCL Reference
Contents |
Delphi Information
From VarCmplx.pas
function VarComplexAbs(const AValue: Variant): Double;
Unit: VarCmplx
Type: function
Visibility: public
C++ Information
From VarCmplx.hpp
double __fastcall VarComplexAbs(const System::Variant & AValue);
Unit: VarCmplx
Type: function
Description
Returns the absolute value of a complex number.
Use VarComplexAbs to take the absolute value (length) of a complex number.
AValue is a Variant whose value represents the complex number.
VarComplexAbs returns the absolute value of AValue.