System.VarCmplx.VarComplexConjugate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexConjugate(const AValue: Variant): Variant;

C++

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

VarComplexConjugate returns the conjugate of a complex number. The conjugate is the value that has the same real part and the inverse of the imaginary part.

AValue is a Variant whose value represents the complex number.

VarComplexConjugate returns a Variant whose value is the conjugate of AValue.

See Also