System.VarCmplx.VarComplexTimesNegI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexTimesNegI(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexTimesNegI(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 value of a complex number multiplied by –i.

VarComplexTimesNegI returns AValue times –i.

AValue is a Variant whose value represents the complex number.

See Also