{ } Raw JSON

bundles / numpy 2.4.4 / numpy / uint64

class

numpy:uint64

source: /numpy/__init__.py

Signature

class   uint64 ( value = 0 / )

Summary

Unsigned signed integer type, 64bit on 64bit systems and 32bit on 32bit systems.

Extended Summary

Charactercode

'L'

Canonicalname

numpy.uint

Aliasonthisplatform(Linuxx86_64)

numpy.uint64: 64-bit unsigned integer (0 to 18_446_744_073_709_551_615).

Aliasonthisplatform(Linuxx86_64)

numpy.uintp: Unsigned integer large enough to fit pointer, compatible with C uintptr_t.

Aliases

  • numpy.uint

Referenced by