JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum
org.apache.commons.numbers.core.Norm
Packages that use
Norm
Package
Description
org.apache.commons.numbers.core
Basic utilities.
Uses of
Norm
in
org.apache.commons.numbers.core
Methods in
org.apache.commons.numbers.core
that return
Norm
Modifier and Type
Method
Description
static
Norm
Norm.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Norm
[]
Norm.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.