You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,6 +26,8 @@ var Float32Array = require( '@stdlib/types/array/float32' );
26
26
27
27
A [typed array][mdn-typed-array] constructor which returns a [typed array][mdn-typed-array] representing an array of single-precision floating-point numbers in the platform byte order.
@@ -123,6 +137,8 @@ var byteLength = arr.byteLength;
123
137
124
138
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
@@ -26,6 +26,8 @@ var Float64Array = require( '@stdlib/types/array/float64' );
26
26
27
27
A [typed array][mdn-typed-array] constructor which returns a [typed array][mdn-typed-array] representing an array of double-precision floating-point numbers in the platform byte order.
@@ -123,6 +137,8 @@ var byteLength = arr.byteLength;
123
137
124
138
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
@@ -26,6 +26,8 @@ var Int16Array = require( '@stdlib/types/array/int16' );
26
26
27
27
A [typed array][mdn-typed-array] constructor which returns a [typed array][mdn-typed-array] representing an array of twos-complement 16-bit signed integers in the platform byte order.
@@ -123,6 +137,8 @@ var byteLength = arr.byteLength;
123
137
124
138
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
0 commit comments