System.VarCmplx.VarComplexTimesPosI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexTimesPosI(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexTimesPosI(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.

VarComplexTimesPosI returns AValue times i.

AValue is a Variant whose value represents the complex number.

See Also