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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.VarCmplx.VarComplexTimesNegI&oldid=150789"