About: Shift(   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : dbkwik.webdatacommons.org associated with source dataset(s)

Shifts all the bits in the integer right one. This is effectively integer division by 2. :shift(list) Shifts all the elements in the list right one. The rightmost element in the list is discarded and the leftmost one becomes undef :shift(string) Shifts all the characters in the string right one. The rightmost character is dicarded, and the leftmost one becomes the space character (" ")

AttributesValues
rdfs:label
  • Shift(
rdfs:comment
  • Shifts all the bits in the integer right one. This is effectively integer division by 2. :shift(list) Shifts all the elements in the list right one. The rightmost element in the list is discarded and the leftmost one becomes undef :shift(string) Shifts all the characters in the string right one. The rightmost character is dicarded, and the leftmost one becomes the space character (" ")
dcterms:subject
dbkwik:tibasic/pro...iPageUsesTemplate
abstract
  • Shifts all the bits in the integer right one. This is effectively integer division by 2. :shift(list) Shifts all the elements in the list right one. The rightmost element in the list is discarded and the leftmost one becomes undef :shift(string) Shifts all the characters in the string right one. The rightmost character is dicarded, and the leftmost one becomes the space character (" ") A second parameter can be added to determine how many shifts and in which direction they are made. The default is right one, or -1. shift(var,0) will have no effect. 1 will shift left one. 2 will shift left two times. The list continues in both directions.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software