QUDT logo

datatype:SIGNED-BIG-INTEGER

http://qudt.org/vocab/datatype/SIGNED-BIG-INTEGER
Types: qudt:SignedBigIntegerType
PredicateObject
rdf:type qudt:SignedBigIntegerType
dcterms:description

The Signed Big Integer, (long in Java) data type is a 64-bit signed two's complement integer. It has a minimum value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807 (inclusive). Use this data type when you need a range of values wider than those provided by int.

dtype:code 109
dtype:literal “SI64”
prov:wasInfluencedBy
Show 8 values
qudt:abbreviation “SI64”
qudt:bits 64
qudt:bytes 8
qudt:encoding datatype:LongUnsignedIntegerEncoding
qudt:id “T002-02”
qudt:javaName “long”
qudt:matlabName “int64”
qudt:maxInclusive “2^{63}-1”
qudt:minInclusive “-2^{63}”
qudt:mySQLName “BIGINT”
qudt:protocolBuffersName “int64”
qudt:rdfsDatatype xsd:long
qudt:signedness datatype:Signed
rdfs:isDefinedBy http://qudt.org/3.4.0/vocab/datatype
rdfs:label “Signed Big Integer”
Generated 2026-06-25T12:40:39.187+00:00