Uses of Interface
dev.nm.number.DoubleUtils.ifelse
-
Packages that use DoubleUtils.ifelse Package Description dev.nm.number -
-
Uses of DoubleUtils.ifelse in dev.nm.number
Methods in dev.nm.number with parameters of type DoubleUtils.ifelse Modifier and Type Method Description static double[]
DoubleUtils. ifelse(double[] arr, DoubleUtils.ifelse selection)
Return a value with the same shape astest
which is filled with elements selected from eitheryes
orno
depending on whether the element of test istrue
orfalse
.
-