> [Wiki](Home) ▸ [[API Reference|API-Reference]] ▸ **Typed Array**

# Typed Array

> [`Source`](/Neft-io/neft/blob/e79ebc2b61607e795a53c22d1577605addf00689/src/typed-array/index.litcoffee)

## Table of contents
* [Typed Array](#typed-array)
* [**Class** Int8](#class-int8)
* [**Class** Uint8](#class-uint8)
* [**Class** Int16](#class-int16)
* [**Class** Uint16](#class-uint16)
* [**Class** Int32](#class-int32)
* [**Class** Uint32](#class-uint32)
* [**Class** Float32](#class-float32)
* [**Class** Float64](#class-float64)

#**Class** Int8
<dl><dt>Syntax</dt><dd><code>&#x2A;&#x2A;Class&#x2A;&#x2A; Int8([&#x2A;Integer&#x2A; length = `0`])</code></dd><dt>Parameters</dt><dd><ul><li>length — <a href="/Neft-io/neft/wiki/Utils-API#isinteger">Integer</a> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](/Neft-io/neft/blob/e79ebc2b61607e795a53c22d1577605addf00689/src/typed-array/index.litcoffee#class-int8integer-length--0)

#**Class** Uint8
<dl><dt>Syntax</dt><dd><code>&#x2A;&#x2A;Class&#x2A;&#x2A; Uint8([&#x2A;Integer&#x2A; length = `0`])</code></dd><dt>Parameters</dt><dd><ul><li>length — <a href="/Neft-io/neft/wiki/Utils-API#isinteger">Integer</a> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](/Neft-io/neft/blob/e79ebc2b61607e795a53c22d1577605addf00689/src/typed-array/index.litcoffee#class-uint8integer-length--0)

#**Class** Int16
<dl><dt>Syntax</dt><dd><code>&#x2A;&#x2A;Class&#x2A;&#x2A; Int16([&#x2A;Integer&#x2A; length = `0`])</code></dd><dt>Parameters</dt><dd><ul><li>length — <a href="/Neft-io/neft/wiki/Utils-API#isinteger">Integer</a> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](/Neft-io/neft/blob/e79ebc2b61607e795a53c22d1577605addf00689/src/typed-array/index.litcoffee#class-int16integer-length--0)

#**Class** Uint16
<dl><dt>Syntax</dt><dd><code>&#x2A;&#x2A;Class&#x2A;&#x2A; Uint16([&#x2A;Integer&#x2A; length = `0`])</code></dd><dt>Parameters</dt><dd><ul><li>length — <a href="/Neft-io/neft/wiki/Utils-API#isinteger">Integer</a> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](/Neft-io/neft/blob/e79ebc2b61607e795a53c22d1577605addf00689/src/typed-array/index.litcoffee#class-uint16integer-length--0)

#**Class** Int32
<dl><dt>Syntax</dt><dd><code>&#x2A;&#x2A;Class&#x2A;&#x2A; Int32([&#x2A;Integer&#x2A; length = `0`])</code></dd><dt>Parameters</dt><dd><ul><li>length — <a href="/Neft-io/neft/wiki/Utils-API#isinteger">Integer</a> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](/Neft-io/neft/blob/e79ebc2b61607e795a53c22d1577605addf00689/src/typed-array/index.litcoffee#class-int32integer-length--0)

#**Class** Uint32
<dl><dt>Syntax</dt><dd><code>&#x2A;&#x2A;Class&#x2A;&#x2A; Uint32([&#x2A;Integer&#x2A; length = `0`])</code></dd><dt>Parameters</dt><dd><ul><li>length — <a href="/Neft-io/neft/wiki/Utils-API#isinteger">Integer</a> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](/Neft-io/neft/blob/e79ebc2b61607e795a53c22d1577605addf00689/src/typed-array/index.litcoffee#class-uint32integer-length--0)

#**Class** Float32
<dl><dt>Syntax</dt><dd><code>&#x2A;&#x2A;Class&#x2A;&#x2A; Float32([&#x2A;Integer&#x2A; length = `0`])</code></dd><dt>Parameters</dt><dd><ul><li>length — <a href="/Neft-io/neft/wiki/Utils-API#isinteger">Integer</a> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](/Neft-io/neft/blob/e79ebc2b61607e795a53c22d1577605addf00689/src/typed-array/index.litcoffee#class-float32integer-length--0)

#**Class** Float64
<dl><dt>Syntax</dt><dd><code>&#x2A;&#x2A;Class&#x2A;&#x2A; Float64([&#x2A;Integer&#x2A; length = `0`])</code></dd><dt>Parameters</dt><dd><ul><li>length — <a href="/Neft-io/neft/wiki/Utils-API#isinteger">Integer</a> — <code>= 0</code> — <i>optional</i></li></ul></dd></dl>
> [`Source`](/Neft-io/neft/blob/e79ebc2b61607e795a53c22d1577605addf00689/src/typed-array/index.litcoffee#class-float64integer-length--0)

