@stdlib/constants-int16-num-bytes
v0.2.2
Published
Size (in bytes) of a 16-bit signed integer.
Downloads
38
Readme
Number of Bytes
Size (in bytes) of a 16-bit signed integer.
Installation
npm install @stdlib/constants-int16-num-bytes
Usage
var INT16_NUM_BYTES = require( '@stdlib/constants-int16-num-bytes' );
INT16_NUM_BYTES
Size (in bytes) of a 16-bit signed integer.
var bool = ( INT16_NUM_BYTES === 2 );
// returns true
Examples
var INT16_NUM_BYTES = require( '@stdlib/constants-int16-num-bytes' );
console.log( INT16_NUM_BYTES );
// => 2
See Also
@stdlib/constants-int32/num-bytes
: size (in bytes) of a 32-bit signed integer.@stdlib/constants-int8/num-bytes
: size (in bytes) of an 8-bit signed integer.@stdlib/constants-uint16/num-bytes
: size (in bytes) of a 16-bit unsigned integer.
Notice
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
Community
License
See LICENSE.
Copyright
Copyright © 2016-2024. The Stdlib Authors.