@Properties(inherit=python.class) public class Py_complex extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Py_complex()
Default native constructor.
|
Py_complex(long size)
Native array allocator.
|
Py_complex(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
imag() |
Py_complex |
imag(double setter) |
Py_complex |
position(long position) |
double |
real() |
Py_complex |
real(double setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public Py_complex()
public Py_complex(long size)
Pointer.position(long)
.public Py_complex(Pointer p)
Pointer.Pointer(Pointer)
.public Py_complex position(long position)
public double real()
public Py_complex real(double setter)
public double imag()
public Py_complex imag(double setter)
Copyright © 2020. All rights reserved.