Click here to Skip to main content
15,914,608 members
Home / Discussions / C#
   

C#

 
GeneralProgram Auto-Updated Pin
Kee-Won Hong29-Jul-05 10:51
Kee-Won Hong29-Jul-05 10:51 
GeneralRe: Program Auto-Updated Pin
David Rush29-Jul-05 12:00
professionalDavid Rush29-Jul-05 12:00 
GeneralRe: Program Auto-Updated Pin
Kee-Won Hong1-Aug-05 5:54
Kee-Won Hong1-Aug-05 5:54 
GeneralRe: Program Auto-Updated Pin
David Rush2-Aug-05 5:09
professionalDavid Rush2-Aug-05 5:09 
GeneralDataGrid cells Pin
zaboboa29-Jul-05 9:48
zaboboa29-Jul-05 9:48 
GeneralRe: DataGrid cells Pin
Robert Rohde29-Jul-05 20:02
Robert Rohde29-Jul-05 20:02 
GeneralDiv operation Pin
zaboboa29-Jul-05 6:40
zaboboa29-Jul-05 6:40 
GeneralRe: Div operation Pin
Luis Alonso Ramos29-Jul-05 6:46
Luis Alonso Ramos29-Jul-05 6:46 
See:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemMathClassFloorTopic.asp[^]
double num1 = 26f;
double num2 = 5f;
 
double result = Math.Floor(num1 / num2);
Good luck!

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralRe: Div operation Pin
zaboboa29-Jul-05 7:10
zaboboa29-Jul-05 7:10 
GeneralRe: Div operation Pin
Luis Alonso Ramos29-Jul-05 7:14
Luis Alonso Ramos29-Jul-05 7:14 
GeneralRe: Div operation Pin
zaboboa29-Jul-05 7:42
zaboboa29-Jul-05 7:42 
GeneralRe: Div operation Pin
Luis Alonso Ramos29-Jul-05 7:45
Luis Alonso Ramos29-Jul-05 7:45 
Questionhow to know if th file is open ? Pin
horacyjr29-Jul-05 5:48
horacyjr29-Jul-05 5:48 
AnswerRe: how to know if th file is open ? Pin
Niklas Ulvinge29-Jul-05 9:59
Niklas Ulvinge29-Jul-05 9:59 
QuestionFixing JPEG header files? Pin
Madterps29-Jul-05 5:27
Madterps29-Jul-05 5:27 
GeneralRichTextBox line Pin
nc3b29-Jul-05 5:23
nc3b29-Jul-05 5:23 
GeneralRe: RichTextBox line Pin
leppie29-Jul-05 7:02
leppie29-Jul-05 7:02 
GeneralRe: RichTextBox line Pin
Judah Gabriel Himango29-Jul-05 8:12
sponsorJudah Gabriel Himango29-Jul-05 8:12 
GeneralRe: RichTextBox line Pin
nc3b29-Jul-05 10:22
nc3b29-Jul-05 10:22 
QuestionControl grouping on Windows form? Pin
Mutty29-Jul-05 4:26
Mutty29-Jul-05 4:26 
AnswerRe: Control grouping on Windows form? Pin
Luis Alonso Ramos29-Jul-05 7:31
Luis Alonso Ramos29-Jul-05 7:31 
GeneralRe: Control grouping on Windows form? Pin
Mutty29-Jul-05 10:22
Mutty29-Jul-05 10:22 
GeneralSystem.Diagnostics.ProcessStartInfo Pin
dhm00129-Jul-05 4:23
dhm00129-Jul-05 4:23 
GeneralRe: System.Diagnostics.ProcessStartInfo Pin
Dave Kreskowiak29-Jul-05 4:33
mveDave Kreskowiak29-Jul-05 4:33 
GeneralRe: System.Diagnostics.ProcessStartInfo Pin
dhm00129-Jul-05 4:48
dhm00129-Jul-05 4:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.