System.VarCmplx.VarComplexAbsSqr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexAbsSqr(const AValue: Variant): Double;

C++

extern DELPHI_PACKAGE double __fastcall VarComplexAbsSqr(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 square of the absolute value of a complex number.

Use VarComplexAbsSqr to obtain the square of a complex number's absolute value.

AValue is a Variant whose value represents the complex number.

VarComplexAbs returns the absolute value of AValue, squared.

See Also