| Package | Description |
|---|---|
| org.xmlcml.euclid |
| Modifier and Type | Method and Description |
|---|---|
static ArrayBase.Trim |
ArrayBase.Trim.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayBase.Trim[] |
ArrayBase.Trim.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RealArray |
RealArray.trim(ArrayBase.Trim flag,
double limit)
trims array to lie within limit.
|
IntArray |
IntArray.trim(ArrayBase.Trim flag,
int limit)
trims array to lie within limit.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.