System.VarCmplx.VarComplexSqr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexSqr(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexSqr(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 a complex number.

VarComplexSqr returns the square of AValue.

AValue is a Variant whose value represents the complex number.

See Also