Search references for RETURN 0. Phrases containing RETURN 0
See searches and references containing RETURN 0!RETURN 0
13th episode of the 5th season of Person of Interest
"return 0" is the series finale of the American television drama series Person of Interest. It is the 13th episode of the fifth season and is the 103rd
Return_0
Plageman & Erik Mountain June 14, 2016 (2016-06-14) 3J6012 6.27 103 13 "return 0" Chris Fisher Jonathan Nolan & Denise Thé June 21, 2016 (2016-06-21) 3J6013
List of Person of Interest episodes
List_of_Person_of_Interest_episodes
Number
marks, boxes, or other symbols. 0 (zero, /ˈziː.roʊ/) is a number representing an empty quantity. Adding (or subtracting) 0 to any number leaves that number
0
Topics referred to by the same term
Object Model (DOM) node, in Chrome web browser the polymorphic return value, in PL/pgSQL "$0", by Cameron Winter from the 2024 album Heavy Metal This disambiguation
$0
Second studio album by Bathory
The Return…… (full title The Return of the Darkness and Evil) is the second studio album by Swedish extreme metal band Bathory. It was released on 27
The_Return......
1983 film directed by Richard Marquand
Return of the Jedi (also known as Star Wars: Episode VI – Return of the Jedi) is a 1983 American epic space opera film directed by Richard Marquand from
Return_of_the_Jedi
1996 single by Mark Morrison
"Return of the Mack" is a song written and recorded by British R&B singer-songwriter Mark Morrison, released by WEA and Atlantic Records as the third single
Return_of_the_Mack
Measure of the profitability of a business
Financial Accounting in an Economic Context (10th Edition). Wiley Finance. ISBN 978-1-119-30616-0 Staff (2023). Return on Equity. Corporate Finance Institute
Return_on_equity
Ratio between net income and investment
Return on investment (ROI) or return on costs (ROC) is the ratio between net income or profit to investment (costs resulting from an investment of some
Return_on_investment
Alternative decimal expansion of 1
Denote by 0.(9)n the number 0.999...9, with n {\displaystyle n} nines after the decimal point. Thus 0.(9)1 = 0.9, 0.(9)2 = 0.99, 0.(9)3 = 0.999, and so
0.999...
2003 film by Peter Jackson
The Lord of the Rings: The Return of the King is a 2003 epic fantasy film directed by Peter Jackson from a screenplay he wrote with Fran Walsh and Philippa
The Lord of the Rings: The Return of the King
The_Lord_of_the_Rings:_The_Return_of_the_King
Finance term; profit on an investment
after-tax return of 4.25% 0.05 x 0.15 = 0.0075 0.05 − 0.0075 = 0.0425 = 4.25% A return of 10% taxed at 25% gives an after-tax return of 7.5% 0.10 x 0.25 = 0.025
Rate_of_return
Concept of perpetual recurrence of time
Eternal return (or eternal recurrence) is a philosophical concept which states that time repeats itself in an infinite loop, and that exactly the same
Eternal_return
Standard hostname for a networked device's loopback interface
home page. IPv4 network standards reserve the entire address block 127.0.0.0/8 (more than 16 million addresses) for loopback purposes. That means any
Localhost
Lightweight programming language
FORPREP 2 1 ; to 7 6 [4] MUL 1 1 5 7 [3] FORLOOP 2 -2 ; to 6 8 [6] RETURN 1 2 9 [7] RETURN 0 1 Lua is intended to be embedded into other applications, and
Lua
Measure of how profitable a company's assets are in generating revenue
Return on equity (ROE) List of business and finance abbreviations Rate of return on a portfolio Return on brand (ROB) Return on capital (ROC) Return on
Return_on_assets
General-purpose programming language
Wayback Machine for an explanation of the implicit return 0; in the main function. This implicit return is not available in other functions. Wyatt Childers;
C++
Upcoming monster film by Takashi Yamazaki
Godzilla Minus Zero (Japanese: ゴジラ-0.0(マイナスゼロ), Hepburn: Gojira Mainasu Zero) is an upcoming Japanese kaiju film written, directed, and with visual effects
Godzilla_Minus_Zero
Third major version of the Universal Serial Bus standard
Universal Serial Bus 3.0 (USB 3.0), marketed as SuperSpeed USB, is the third major version of the Universal Serial Bus (USB) standard for interfacing computers
USB_3.0
2021 video game
Returnal is a 2021 third-person shooter game developed by Housemarque and published by Sony Interactive Entertainment for the PlayStation 5. A port to
Returnal
General-purpose, object-oriented programming language
integer]; for (i = 0; i < x; i++) { printf("*"); } printf("\n"); return self; } - (id) showint { printf("%d\n", [self integer]); return self; } @end main
Objective-C
Instructions a computer can execute
letter == 'D' || letter == 'd' ) ) return 1; else if ( ( letter == 'F' || letter == 'f' ) ) return 0; else return -1; } Here is a C++ header file for
Computer_program
Instruction for x86 microprocessors
values starting from 0 (0,1,2,...) until a sub-leaf not describing any caches (EAX[4:0]=0) is found. The sub-leaves that do return cache information may
CPUID
2013 studio album by Toro y Moi
Anything in Return is the third studio album by American recording artist Toro y Moi, released on January 22, 2013 by Carpark Records. Toro y Moi describes
Anything_in_Return
Data structure in computer science
writeIndx = 0; int readIndx = 0; int put (int item) { if ((writeIndx + 1) % N == readIndx) { // buffer is full, avoid overflow return 0; } buffer[writeIndx]
Circular_buffer
Character encoding standard
text in all of the world's writing systems that can be digitized. Version 17.0 defines 159,801 characters and 172 scripts used in various ordinary, literary
Unicode
Estimated recurrence time of an event
theoretical return period between occurrences is the inverse of the average frequency of occurrence. For example, a 10-year flood has a 1/10 = 0.1 or 10%
Return_period
1996 novel by William Shatner
The Return is a novel by William Shatner that was co-written with Garfield Reeves-Stevens and Judith Reeves-Stevens. It is set in the Star Trek universe
The_Return_(Shatner_novel)
Line code in which the signal value returns to zero between each pulse
in “baseline wander” during long strings of 0 or 1 bits, just like the line code non-return-to-zero. Return-to-zero, inverted (RZI) is a method of mapping
Return-to-zero
Type of programming paradigm in computer science
letter == 'D' || letter == 'd' ) ) return 1; else if ( ( letter == 'F' || letter == 'f' ) ) return 0; else return -1; } Here is a C++ header file for
Imperative_programming
Numerical calculations carrying along derivatives
return {valueOf(Z), 1}; else return {valueOf(Z), 0}; else if (Z = A + B) {a, a'} = evaluateAndDerive(A, V); {b, b'} = evaluateAndDerive(B, V); return
Automatic_differentiation
Programming language close to hardware
argument zero? je .return_from_fib ; Yes - return 0, which is already in rax cmp rdi, 2 ; No - compare the argument to 2 jbe .return_1_from_fib ; If it
Low-level programming language
Low-level_programming_language
Feature of programming languages
{}", std::get<0>( result.value_or(std::make_tuple(-1))) ); return 0; } In 2012, C# added the async/await pattern in C# with version 5.0, which Microsoft
Async/await
2025 film by Gerard Johnstone
the title would be M3GAN 2.0. Akela Cooper was set to return to write the sequel script and Johnstone was also set to return to direct. Allison Williams
M3GAN_2.0
C++ programming technique
Call #2. Without error (even though there is no int::Foo) due to SFINAE. return 0; } Here, attempting to use a non-class type in a qualified name (T::Foo)
Substitution failure is not an error
Substitution_failure_is_not_an_error
Form of text that defines C code
language requires that a program act as if it returns 0 even if it does not end with a return statement. In a free-standing (non-hosted) environment
C_syntax
1931 Short horror story
Jefferson, N.C.: McFarland & Company. p. 193. ISBN 978-0-7864-3273-8. "CLARK ASHTON SMITH'S, RETURN OF THE SORCERER – READY BY ANTHONY D. P. MANN, SCORE
The_Return_of_the_Sorcerer
Class of mathematical expression
From 0 × 1 = 0 {\displaystyle 0\times 1=0} and 0 × 2 = 0 {\displaystyle 0\times 2=0} one gets 0 × 1 = 0 × 2 {\displaystyle 0\times 1=0\times
Division_by_zero
Arrival of a spacecraft on the Moon's surface
sample return mission (a first ever lunar far side sample-return) is scheduled to launch in May 2024, and expected to take 53 days from launch to return module
Moon_landing
Programming language evaluation rules
{ int a = 1; int b = 2; swap(&a, &b); printf("%d %d\n", a, b); // 2 1 return 0; } Some authors treat & as part of the syntax of calling swap. Under this
Evaluation_strategy
Means of scoring in gridiron football
touchdown grants the team that scored it 6 points. Whether running, passing, returning a kickoff or punt, or recovering a turnover, a team scores a touchdown
Touchdown
1937 film by Grigori Kozintsev and Leonid Trauberg
427–428. ISBN 978-0-8108-6072-8. Jay Leyda (1960). Kino: A History of the Russian and Soviet Film. George Allen & Unwin. p. 320. The Return of Maxim at IMDb
The_Return_of_Maxim
1982 French film
aguerradabeatriz.com. Davis, Natalie Zemon. The Return of Martin Guerre. Cambridge: Harvard University Press, 1983. ISBN 0-674-76691-1 Lewis, Janet. The Wife of
The_Return_of_Martin_Guerre
SQL database engine software
triggers can be defined on views. Before MySQL 8.0.28, inbuilt functions like UNIX_TIMESTAMP() would return 0 after 03:14:07 UTC on 19 January 2038. In 2017
MySQL
Difference between an investment's actual and expected returns
In finance, an abnormal return is the difference between the actual return of a security and the expected return. Abnormal returns are sometimes triggered
Abnormal_return
Connected input and output streams for computer programs
Message}"); return 3; } catch (Exception ex) { Console.Error.WriteLine($"An unknown exception occurred: {e.Message}"); return -1; } return 0; } ' Visual
Standard_streams
Call by which a computer process terminates its execution
MOV EBX, 0 ; Return code INT 80h ; # Passes control to interrupt vector # invokes system call—in this case system call # number 1 with argument 0 # For GAS
Exit_(system_call)
Calling conventions used in x86 architecture programming
(first argument) is copied to ecx register. call printnums mov eax, 0 ; return 0 leave retn The first two arguments are passed in the left to right order
X86_calling_conventions
Ratio of usable energy from a resource
economics and ecological energetics, energy return on investment (EROI), also sometimes called energy returned on energy invested (ERoEI), is the ratio of
Energy_return_on_investment
2021 Japanese film
Evangelion: 3.0+1.0 Thrice Upon a Time (Japanese: シン・エヴァンゲリオン劇場版: 𝄂, Hepburn: Shin Evangerion Gekijō-ban: 𝄂; lit. 'Shin Evangelion Theatrical Edition:
Evangelion: 3.0+1.0 Thrice Upon a Time
Evangelion:_3.0+1.0_Thrice_Upon_a_Time
Technique for creating lexically scoped first class functions
x local to g: x: int = 0 def f(y: int) -> int: return x + y def g(z: int) -> int: x: int = 1 # local x shadows global x return f(z) print(g(1)) # prints
Closure (computer programming)
Closure_(computer_programming)
Book-length poem by Aimé Césaire
variously translated as Notebook of a Return to My Native Land, Return to My Native Land, Notebook of a Return to the Native Land, or Journal of a Homecoming
Cahier d'un retour au pays natal
Cahier_d'un_retour_au_pays_natal
2006 studio album by TV on the Radio
Return to Cookie Mountain is the second studio album by American rock band TV on the Radio. It was released July 6, 2006, worldwide by 4AD, and issued
Return_to_Cookie_Mountain
Binary representation for signed numbers
return -1 end; // comparison of remaining bits for i := n-2 downto 0 do begin if A(i) = 0 and B(i) = 1 then return -1 else if A(i) = 1 and B(i) = 0 then
Two's_complement
Song by Soda Stereo
Animal.[citation needed] "Primavera 0" was one of two tracks on the album composed by Cerati before the band returned to Buenos Aires to record the album
Primavera_0
Family of interpolation and clamping functions
lowerlimit) return lowerlimit; if (x > upperlimit) return upperlimit; return x; } The general form for smoothstep, again assuming the left edge is 0 and right
Smoothstep
Problem in computer science
returning a value of 0. The following pseudocode for e illustrates a straightforward way to compute g: procedure e(i): if f(i, i) == 0 then return 0 else
Halting_problem
Differentiating positive and negative zero
(-0)+(-0)=(-0)-(+0)=-0\,\!} ( + 0 ) + ( + 0 ) = ( + 0 ) − ( − 0 ) = + 0 {\displaystyle (+0)+(+0)=(+0)-(-0)=+0\,\!} x − x = x + ( − x ) = + 0 {\displaystyle
Signed_zero
Network using private IP addresses
127.0.0.0/8 for use as private loopback addresses. IPv6 reserves the single address ::1. Some[who?] are advocating reducing 127.0.0.0/8 to 127.0.0.0/16
Private_network
2010 studio album by Nelly
as a return to familiar strengths, while others criticized it as mediocre and lacking the credibility and creativity of Nelly's earlier work. 5.0 debuted
5.0
1993 single by Enigma
"Return to Innocence" is a song by German musical group Enigma, released in December 1993 by Virgin Records as the lead single from the group's second
Return_to_Innocence
1953 film by Seymour Friedman
The Saint's Return (released in the US as The Saint's Girl Friday) is a 1953 British crime thriller film directed by Seymour Friedman and starring Louis
The_Saint's_Return
Book by Gary Paulsen
Brian's Return is a 1999 wilderness survival novel by American writer Gary Paulsen. It is the fourth in the Hatchet series. It was also released as Hatchet:
Brian's_Return
2007 studio album by Prodigy
Return of the Mac is the second solo studio album by American rapper Prodigy. It was released on March 27, 2007, through Prodigy's Infamous Records and
Return_of_the_Mac
1955 part of novel by J. R. R. Tolkien
The Return of the King is the third and final volume of J. R. R. Tolkien's The Lord of the Rings, following The Fellowship of the Ring and The Two Towers
The_Return_of_the_King
2001 video game
Return to Castle Wolfenstein is a 2001 first-person shooter game developed by Gray Matter Studios and published by Activision. It was initially released
Return_to_Castle_Wolfenstein
Sorting algorithm
sorted(int a[], int length) { for (size_t i = 0; i < length - 1; i++) { if (a[i] > a[i + 1]) { return false; } } return true; } void bogoSort(int a[], int length)
Bogosort
Biblical event
The return to Zion (Hebrew: שִׁיבָת צִיּוֹן or שבי ציון, Shivat Tzion or Shavei Tzion, lit. 'Zion returnees') is an event recorded in Ezra–Nehemiah of
Return_to_Zion
Programming construct
callback function // returns < 0 if a < b, > 0 if a > b, 0 if a == b int compareInts(const void* a, const void* b) { return (*(int*)a - *(int*)b); } //
Function_object
Class member in object-oriented programming
const noexcept { return i; } __declspec(property(get = getValue, put = setValue)) int prop; }; int main() { Integer s; s.prop = 5; return 0; } class Pen {
Property_(programming)
Programming language
Diameter() // Or, with type assertion, shp.(Circle).Diameter() default: return 0 // In practice, this should be handled with errors } } The empty interface
Go_(programming_language)
Technique in compiler construction
C examples: int _cdecl f(int x) { return 0; } int _stdcall g(int y) { return 0; } int _fastcall h(int z) { return 0; } 32-bit compilers emit, respectively:
Name_mangling
Set of rules defining correctly structured programs for the C# programming language
FileStream; // Will return an object. String str = stream as String; // Will return null. This is a feature of C# 2.0. The following: return ifNotNullValue
C_Sharp_syntax
2026 film by Christophe Gans
Return to Silent Hill is a 2026 supernatural psychological horror film written and directed by Christophe Gans, co-written by Sandra Vo-Anh and Will Schneider
Return_to_Silent_Hill
2016 first-person exploration video game
Event[0] is a first-person science fiction adventure game developed and published by Ocelot Society. It was released on September 14, 2016, for both Microsoft
Event_0
Programming idiom
#include <stdio.h> int main() { for (;;) { printf("Infinite loop\n"); } return 0; } The form for (;;) for an infinite loop is traditional, appearing in
Infinite_loop
1932 novel by Miroslav Krleža
The Return of Philip Latinowicz (Croatian: Povratak Filipa Latinovicza, pronounced [pǒvratak fǐlipa latǐːnoʋitɕa]) is a novel by the Croatian author Miroslav
The Return of Philip Latinowicz
The_Return_of_Philip_Latinowicz
Return of a spacecraft under gravity
In orbital mechanics, a free-return trajectory is a trajectory of a spacecraft traveling away from a primary body (for example, the Earth) where gravity
Free-return_trajectory
1979 studio album by Johnny Griffin
Return of the Griffin is an album by saxophonist Johnny Griffin, recorded in 1978 and released on the Galaxy label in the following year. The Bay State
Return_of_the_Griffin
1991 video game
Metroid II: Return of Samus is a 1991 action-adventure game developed and published by Nintendo for the Game Boy. The first Metroid game for a handheld
Metroid_II:_Return_of_Samus
across two articles: This page, Glossary of cellular and molecular biology (0–L), lists terms beginning with numbers and with the letters A through L. Glossary
Glossary of cellular and molecular biology (0–L)
Glossary_of_cellular_and_molecular_biology_(0–L)
The return ratio of a dependent source in a linear electrical circuit is the negative of the ratio of the current (voltage) returned to the site of the
Return_ratio
Variable that represents an argument to a function
parameter variable price, and the function returns 0.5. double salesTax(double price) { return 0.05 * price; } The terms parameter and argument may have
Parameter (computer programming)
Parameter_(computer_programming)
Design pattern in object-oriented programming
defined in the abstract superclass return super.getCost() + 0.5; } @Override public String getIngredients() { return String.format("%s, Milk", super.getIngredients());
Decorator_pattern
2016 Doctor Who episode
"The Return of Doctor Mysterio" is an episode of the British science fiction television series Doctor Who. First broadcast on BBC One on 25 December 2016
The_Return_of_Doctor_Mysterio
Function reference passed to and called by another function
getAnswerToMostImportantQuestion(void) { return 42; } int main(void) { printNumber(getAnswerToMostImportantQuestion); return 0; } In C++, functors can be used
Callback (computer programming)
Callback_(computer_programming)
1954 film by Otto Preminger
River of No Return is a 1954 American Western musical film directed by Otto Preminger and starring Robert Mitchum and Marilyn Monroe. The screenplay by
River_of_No_Return
Statement which ends execution of a function and resumes in the main code
as its return address. The return address is saved by the calling routine, today usually on the process's call stack or in a register. Return statements
Return_statement
The Return of Hastur is a short story by American writer August Derleth, published in 1939. The Return of Hastur is part of the Cthulhu Mythos created
The_Return_of_Hastur
Type that allows only one value
UnitType f(UnitType) noexcept { return UNIT; } UnitType g(UnitType) noexcept { return UNIT; } int main() { f(g(UNIT)); return 0; } For brevity, UNIT is not
Unit_type
7th episode of the 2nd season of Succession
setting. Upon airing, the episode was watched by 0.508 million viewers, with an 18-49 rating of 0.13. "Return" received critical acclaim. On Rotten Tomatoes
Return_(Succession)
Lake in Myanmar
Lake of No Return Lake of No Return, also referred to as Naung Yang in Tai languages, is a body of water in Myanmar, lying in the area of the Pangsau Pass
Lake_of_No_Return
Zombie comedy film series
Return of the Living Dead is a zombie film series that consists of five films beginning with the 1985 film The Return of the Living Dead. Medical supply
Return of the Living Dead (film series)
Return_of_the_Living_Dead_(film_series)
Function that takes one or more functions as an input or that outputs a function
int n) { int i; double sum = 0; double dt = (b - a) / n; for (i = 0; i < n; ++i) { sum += f(a + (i + 0.5) * dt); } return sum * dt; } int main() { printf("%g\n"
Higher-order_function
Mathematical expression with disputed status
C99 standard as far as possible. In particular, pow(1.0, x) and pow(x, 0.0) always return 1.0, even when x is a zero or a NaN. "Lua 5.3 Reference Manual"
Zero_to_the_power_of_zero
2001 studio album by Modest Mouse
Ride Return" – 0:48 "Classy Plastic Lumber" (unlisted on back cover) – 2:03 "From Point A to Point B (∞)" – 2:56 "Path of Least Resistance" – 0:28 "It
Sad_Sappy_Sucker
Key on computer keyboards
and return key ↵ Return are two closely related keys with overlapping and distinct functions dependent on operating system and application. The return key
Enter_and_return_keys
Execution model which allows for parallel computing
main: Thread %d has ended.\n", i); } printf("Main program has ended.\n"); return 0; } This program creates five threads, each executing the function perform_work
Pthreads
American rock band
was described as "the most popular cut on the CD". The band's next album, Return of Saturn (2000), did not match the success of their previous album, despite
No_Doubt
Australian drama and soap opera television series
Return to Eden is an Australian television drama series starring Rebecca Gilling, James Reyne, Wendy Hughes and James Smillie. It began as a three-part
Return_to_Eden
RETURN 0
RETURN 0
Boy/Male
Bengali, Bihari, Gujarati, Hindu, Indian, Jain, Kannada, Malayalam, Marathi, Punjabi, Sikh, Tamil, Traditional
Victory; Glory; Fame; Vaibhav; Return Favourable
Male
Icelandic
Icelandic form of Old Norse Hjortr, HJÖRTUR means "hart, stag."
Boy/Male
British, English
A Planet
Surname or Lastname
English
English : habitational name from Redbourn in Hertfordshire or Redbourne in Humberside (formerly Lincolnshire), named with Old English hrēod ‘reeds’ + burna ‘stream’.
Boy/Male
Biblical
The remnant shall return.
Girl/Female
Indian
Return of Love
Male
Chinese
brightness returns.
Boy/Male
Indian, Sanskrit
Who Returns Salutations
Biblical
order; succession; mountainous
Boy/Male
Muslim
Returnee
Girl/Female
Hebrew
Incense.
Boy/Male
Biblical
Order, succession, mountainous.
Boy/Male
American, British, English
From the Deer's Stream
Boy/Male
Greek
Helps Odysseus return home.
Boy/Male
Greek
Helps Odysseus return home.
Girl/Female
Christian & English(British/American/Australian)
Return of Sound
Boy/Male
Australian, British, English, German
From the Roe-deer Brook
Boy/Male
Korean
Integrity returns.
Boy/Male
Biblical
Son of return; son of rest.
Biblical
the remnant shall return
RETURN 0
RETURN 0
Girl/Female
Hindu, Indian
Request
Girl/Female
Hindu, Indian
Garland of Victory
Boy/Male
Bengali, Gujarati, Hindu, Indian, Kannada, Malayalam, Marathi, Sanskrit
One who Conquers the Universe
Boy/Male
English
Son of Ronish and Jincy
Girl/Female
African, Arabic, Australian, Hindu, Indian, Sanskrit, Swahili, Tamil
Wish; Magnanimous; Desire
Boy/Male
Tamil
Anudarshan | அநà¯à®¤à®°à¯à®·à®¨
Observing
Biblical
burning; fiery
Boy/Male
Teutonic American English Celtic Welsh
Mariner.
Boy/Male
Indian, Punjabi, Sikh
One whose Life is Joy of Holiness
Female
Spanish
Spanish name MARTIRIO means "martyrdom."
RETURN 0
RETURN 0
RETURN 0
RETURN 0
RETURN 0
v. i.
To return; to recur.
v. t.
To give back in reply; as, to return an answer; to return thanks.
v. i.
To go back or return; to draw back or away; to keep aloof; to withdraw or retreat, as from observation; to go into privacy; as, to retire to his home; to retire from the world, or from notice.
n.
A day in bank. See Return day, below.
v. t.
To lead in response to the lead of one's partner; as, to return a trump; to return a diamond for a club.
imp. & p. p.
of Return
n.
One who returns.
n.
The act of returning (intransitive), or coming back to the same place or condition; as, the return of one long absent; the return of health; the return of the seasons, or of an anniversary.
v. t.
To turn up; to direct upward; to throw up; as, to upturn the ground in plowing.
n.
That which is returned.
v. t.
To bring or send back to a tribunal, or to an office, with a certificate of what has been done; as, to return a writ.
n.
An answer; as, a return to one's question.
n.
To return, as an argument, accusation, censure, or incivility; as, to retort the charge of vanity.
v. t.
To retort; to throw back; as, to return the lie.
v. t.
To bring, carry, send, or turn, back; as, to return a borrowed book, or a hired horse.
v. t.
To repay; as, to return borrowed money.
v. t.
To render, as an account, usually an official account, to a superior; to report officially by a list or statement; as, to return a list of stores, of killed or wounded; to return the result of an election.
n.
The act of returning (transitive), or sending back to the same place or condition; restitution; repayment; requital; retribution; as, the return of anything borrowed, as a book or money; a good return in tennis.
n.
An account, or formal report, of an action performed, of a duty discharged, of facts or statistics, and the like; as, election returns; a return of the amount of goods produced or sold; especially, in the plural, a set of tabulated statistics prepared for general information.
n.
An official account, report, or statement, rendered to the commander or other superior officer; as, the return of men fit for duty; the return of the number of the sick; the return of provisions, etc.