Package | Description |
---|---|
dev.nm.number |
Modifier and Type | Method and Description |
---|---|
static double[] |
DoubleUtils.select(double[] arr,
DoubleUtils.which test)
Select the array elements which satisfy the
boolean test. |
static int[] |
DoubleUtils.select(int[] arr,
DoubleUtils.which test)
Select the array elements which satisfy the
boolean test. |
static int[] |
DoubleUtils.which(double[] arr,
DoubleUtils.which test)
Get the indices of the array elements which satisfy the
boolean
test. |
static int[] |
DoubleUtils.which(int[] arr,
DoubleUtils.which test)
Get the indices of the array elements which satisfy the
boolean
test. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.