Ags.Complex¶
Fields¶
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
imag  | 
r/w  | 
||
real  | 
r/w  | 
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Ags.Complex¶
 - classmethod alloc()¶
 - Returns:
 a new
Ags.Complex-struct- Return type:
 
Allocate
Ags.Complex-structNew in version 3.0.0.
- copy()¶
 - Returns:
 a pointer of the new
Ags.Complex-struct- Return type:
 
Create a copy of self.
New in version 3.0.0.
- free()¶
 Free the memory of self.
New in version 3.0.0.
- get_term()¶
 - 
Get complex number.
New in version 3.7.11.