Number

License

MIT-style license.

Author

Takashi Mizohata bea.nosp@m.tak@nydd.nosp@m..org

Copyright

2008 [nydd](http://code.nydd.org/).

Code & Documentation

[nydd jslib](http://code.nydd.org/).

Inspiration

Everything is worthwhile / if the soul isn’t small.

Summary
NumberMIT-style license.
Functions
isNumericdetect whether numeric value or not.

Functions

isNumeric

Number.isNumeric = function (arg)

detect whether numeric value or not.

Type

static

Parameters

arg*

Examples

  • Number.isNumeric(“0x123”) // true
  • Number.isNumeric(‘foobar’) // false

Retruns

(Boolean)

Number.isNumeric = function (arg)
detect whether numeric value or not.
Close