GithubHelp home page GithubHelp logo

binary-types's Introduction

Types

int

Operation Output Range Output Type Bytes per Element
int8 -128 to 127 Signed 8-bit integer 1
int16 -32,768 to 32,767 Signed 16-bit integer 2
int32 -2,147,483,648 to 2,147,483,647 Signed 32-bit integer 4
int64 -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 Signed 64-bit integer 8

uint

Operation Output Range Output Type Bytes per Element
uint8 0 to 255 Unsigned 8-bit integer 1
uint16 0 to 65,535 Unsigned 16-bit integer 2
uint32 0 to 4,294,967,295 Unsigned 32-bit integer 4
uint64 0 to 18,446,744,073,709,551,615 Unsigned 64-bit integer 8

binary-types's People

Contributors

ar065 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.