System.VarCmplx.VarComplexSin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexSin(const AValue: Variant): Variant;

C++

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

VarComplexSin computes the sine of a complex number and returns the result.

AValue is a Variant whose value represents the complex number.

VarComplexSin returns a Variant whose value is the sine of AValue.

See Also

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