Package org.bytedeco.gsl
Class gsl_ieee_double_rep
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_ieee_double_rep
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_ieee_double_rep extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_ieee_double_rep()Default native constructor.gsl_ieee_double_rep(long size)Native array allocator.gsl_ieee_double_rep(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexponent()gsl_ieee_double_repexponent(int setter)gsl_ieee_double_repgetPointer(long i)BytePointermantissa()bytemantissa(int i)gsl_ieee_double_repmantissa(int i, byte setter)gsl_ieee_double_repposition(long position)intsign()gsl_ieee_double_repsign(int setter)inttype()gsl_ieee_double_reptype(int setter)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
gsl_ieee_double_rep
public gsl_ieee_double_rep()
Default native constructor.
-
gsl_ieee_double_rep
public gsl_ieee_double_rep(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_ieee_double_rep
public gsl_ieee_double_rep(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_ieee_double_rep position(long position)
-
getPointer
public gsl_ieee_double_rep getPointer(long i)
- Overrides:
getPointerin classPointer
-
sign
public int sign()
-
sign
public gsl_ieee_double_rep sign(int setter)
-
mantissa
@Cast("char") public byte mantissa(int i)
-
mantissa
public gsl_ieee_double_rep mantissa(int i, byte setter)
-
mantissa
@MemberGetter @Cast("char*") public BytePointer mantissa()
-
exponent
public int exponent()
-
exponent
public gsl_ieee_double_rep exponent(int setter)
-
type
public int type()
-
type
public gsl_ieee_double_rep type(int setter)
-
-