Numeric.create

Return a {@code Numeric} instance for the given {@code number}. <p/> Null values or infinite {@code Double} or {@code Float} are rejected.

@param number the number @return the {@code Numeric} value @throws NumberFormatException when the number is infinite

class Numeric
static
create
(
Number number
)

Meta