| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.RoundMode |
RoundOptions.round_mode()
Rounding and tie-breaking mode
|
arrow.RoundMode |
RoundToMultipleOptions.round_mode()
Rounding and tie-breaking mode
|
arrow.RoundMode |
RoundToMultipleOptions.round_mode()
Rounding and tie-breaking mode
|
arrow.RoundMode |
RoundOptions.round_mode()
Rounding and tie-breaking mode
|
| Modifier and Type | Method and Description |
|---|---|
RoundOptions |
RoundOptions.round_mode(arrow.RoundMode setter) |
RoundToMultipleOptions |
RoundToMultipleOptions.round_mode(arrow.RoundMode setter) |
RoundToMultipleOptions |
RoundToMultipleOptions.round_mode(arrow.RoundMode setter) |
RoundOptions |
RoundOptions.round_mode(arrow.RoundMode setter) |
| Constructor and Description |
|---|
RoundOptions(long ndigits,
arrow.RoundMode round_mode) |
RoundOptions(long ndigits,
arrow.RoundMode round_mode) |
RoundToMultipleOptions(double multiple,
arrow.RoundMode round_mode) |
RoundToMultipleOptions(double multiple,
arrow.RoundMode round_mode) |
RoundToMultipleOptions(Scalar multiple,
arrow.RoundMode round_mode) |
RoundToMultipleOptions(Scalar multiple,
arrow.RoundMode round_mode) |
| Modifier and Type | Method and Description |
|---|---|
arrow.RoundMode |
arrow.RoundMode.intern() |
arrow.RoundMode |
arrow.RoundMode.intern() |
static arrow.RoundMode |
arrow.RoundMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.RoundMode |
arrow.RoundMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.RoundMode[] |
arrow.RoundMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static arrow.RoundMode[] |
arrow.RoundMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.