@Properties(inherit=numpy.class) public class npy_timedeltastruct extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
npy_timedeltastruct()
Default native constructor.
|
npy_timedeltastruct(long size)
Native array allocator.
|
npy_timedeltastruct(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
as() |
npy_timedeltastruct |
as(int setter) |
long |
day() |
npy_timedeltastruct |
day(long setter) |
npy_timedeltastruct |
position(long position) |
int |
ps() |
npy_timedeltastruct |
ps(int setter) |
int |
sec() |
npy_timedeltastruct |
sec(int setter) |
int |
us() |
npy_timedeltastruct |
us(int 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 npy_timedeltastruct()
public npy_timedeltastruct(long size)
Pointer.position(long)
.public npy_timedeltastruct(Pointer p)
Pointer.Pointer(Pointer)
.public npy_timedeltastruct position(long position)
public npy_timedeltastruct day(long setter)
public npy_timedeltastruct sec(int setter)
public npy_timedeltastruct us(int setter)
public npy_timedeltastruct ps(int setter)
public npy_timedeltastruct as(int setter)
Copyright © 2020. All rights reserved.