datatype:SIGNED-INTEGERqudt:SignedIntegerType| Predicate | Object |
|---|---|
rdf:type |
qudt:SignedIntegerType |
dcterms:description |
A Signed Integer or 'short' data type is a 16-bit signed two's complement integer. It has a minimum value of -32,768 and a maximum (inclusive) value of 32,767. As with byte, the same guidelines apply: you can use a short to save memory in large arrays, in situations where the memory savings actually matters. |
dtype:code |
105 |
dtype:literal |
“SI16” |
prov:wasInfluencedBy |
|
qudt:abbreviation |
“SI16” |
qudt:ansiSQLName |
“SMALLINT” |
qudt:bits |
16 |
qudt:bytes |
2 |
qudt:encoding |
datatype:ShortSignedIntegerEncoding |
qudt:id |
“T002-03” |
qudt:javaName |
“short” |
qudt:jsName |
“short” |
qudt:matlabName |
“int16” |
qudt:maxInclusive |
32767 |
qudt:microsoftSQLServerName |
“smallint” |
qudt:minInclusive |
-32767 |
qudt:mySQLName |
“SMALLINT” |
qudt:rdfsDatatype |
xsd:short |
rdfs:isDefinedBy |
http://qudt.org/3.4.0/vocab/datatype |
rdfs:label |
“Signed Integer” |