You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / int8

class

numpy:int8

source: /numpy/__init__.py

Signature

class   int8 ( value = 0 / )

Summary

Signed integer type, compatible with C char.

Extended Summary

Charactercode

'b'

Canonicalname

numpy.byte

Aliasonthisplatform(Linuxx86_64)

numpy.int8: 8-bit signed integer (-128 to 127).

Aliases

  • numpy.byte

Referenced by