Method

AgsComplexget_term

since: 3.7.11

Declaration [src]

void
ags_complex_get_term (
  AgsComplex* ptr,
  gdouble* real,
  gdouble* imag
)

Description [src]

Get complex number.

Available since: 3.7.11

Parameters

real

Type: gdouble*

The real part.

The argument will be set by the function.
imag

Type: gdouble*

The imaginary part.

The argument will be set by the function.