arrow.equal_options

Module for [EqualOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
EqualOptions self() nothrowReturns `this`, for use in `with` statements.
EqualOptionsGidBuilder builder() static nothrowGet builder for [arrow.equal_options.EqualOptions] Returns: New builder object
double absoluteTolerance() @property nothrowGet `absoluteTolerance` property. Returns: The absolute tolerance for approximate comparison of floating-point values.
void absoluteTolerance(double propval) @property nothrowSet `absoluteTolerance` property. Params: propval = The absolute tolerance for approximate comparison of floating-point values.
bool approx() @property nothrowGet `approx` property. Returns: Whether or not approximate comparison is used.
void approx(bool propval) @property nothrowSet `approx` property. Params: propval = Whether or not approximate comparison is used.
bool nansEqual() @property nothrowGet `nansEqual` property. Returns: Whether or not NaNs are considered equal.
void nansEqual(bool propval) @property nothrowSet `nansEqual` property. Params: propval = Whether or not NaNs are considered equal.
bool isApprox() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.equal_options.EqualOptions

Methods
T absoluteTolerance(double propval) nothrowSet `absoluteTolerance` property. Params: propval = The absolute tolerance for approximate comparison of floating-point values. Returns: Builder instance for fluent chaining
T approx(bool propval) nothrowSet `approx` property. Params: propval = Whether or not approximate comparison is used. Returns: Builder instance for fluent chaining
T nansEqual(bool propval) nothrowSet `nansEqual` property. Params: propval = Whether or not NaNs are considered equal. Returns: Builder instance for fluent chaining
Methods
EqualOptions build() nothrowCreate object from builder. Returns: New object