@Namespace(value="arrow") @Properties(inherit=arrow.class) public class EqualOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
EqualOptions()
Default native constructor.
|
EqualOptions(long size)
Native array allocator.
|
EqualOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
atol()
The absolute tolerance for approximate comparisons of floating-point values.
|
EqualOptions |
atol(double v)
Return a new EqualOptions object with the "atol" property changed.
|
static EqualOptions |
Defaults() |
Pointer |
diff_sink()
The ostream to which a diff will be formatted if arrays disagree.
|
EqualOptions |
diff_sink(Pointer diff_sink)
Return a new EqualOptions object with the "diff_sink" property changed.
|
EqualOptions |
getPointer(long i) |
boolean |
nans_equal()
Whether or not NaNs are considered equal.
|
EqualOptions |
nans_equal(boolean v)
Return a new EqualOptions object with the "nans_equal" property changed.
|
EqualOptions |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic EqualOptions()
public EqualOptions(long size)
Pointer.position(long).public EqualOptions(Pointer p)
Pointer(Pointer).public EqualOptions position(long position)
public EqualOptions getPointer(long i)
getPointer in class Pointer@Cast(value="bool") @Function public boolean nans_equal()
@ByVal @Function public EqualOptions nans_equal(@Cast(value="bool") boolean v)
@Function public double atol()
@ByVal @Function public EqualOptions atol(double v)
@Cast(value="std::ostream*") @Function public Pointer diff_sink()
@ByVal @Function public EqualOptions diff_sink(@Cast(value="std::ostream*") Pointer diff_sink)
@ByVal public static EqualOptions Defaults()
Copyright © 2021. All rights reserved.