NativeNumber
Native Number for NativeScript
require('.../node_modules/nativenumber');
var num = 5000.483;
num.Byte();
num.Short();
num.Integer();
num.Float();
num.Double();
num.Long();
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
LICENSE | ||
|
|
README.md | ||
|
|
lib.android.js | ||
|
|
package.json | ||
Native Number for NativeScript
require('.../node_modules/nativenumber');
var num = 5000.483;
num.Byte();
num.Short();
num.Integer();
num.Float();
num.Double();
num.Long();