QUDT logo

datatype:SIGNED-LONG-INTEGER

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

A Signed Long Integer is a 32 bit signed integer in 2's complement form. It has a minimum value of -2,147,483,648 and a maximum value of 2,147,483,647 (inclusive). For integral values, this data type is generally the default choice unless there is a reason (like the above) to choose something else. This data type will most likely be large enough for the numbers a program will use. If a wider range of values is needed use long instead.

dtype:literal “SI32”
prov:wasInfluencedBy
qudt:abbreviation “SI32”
qudt:ansiSQLName “INTEGER”
qudt:bits 32
qudt:bytes 4
qudt:cName “int”
qudt:id “T002-04”
qudt:javaName “int”
qudt:jsName “int”
qudt:matlabName “int32”
qudt:maxInclusive “2^{31}-1”
qudt:microsoftSQLServerName “integer”
qudt:minInclusive “-2^{31}”
qudt:mySQLName “INT”
qudt:odbcName “SQL_INTEGER”
qudt:oleDBName “DBTYPE_I4”
qudt:oracleSQLName “NUMBER(10)”
qudt:protocolBuffersName “int32”
qudt:rdfsDatatype xsd:int
qudt:signedness datatype:Signed
rdfs:isDefinedBy http://qudt.org/3.4.0/vocab/datatype
rdfs:label “Signed Long Integer”
Generated 2026-06-25T12:40:39.187+00:00