Click here to Skip to main content
15,902,189 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questiona way to check if framework is installed in remote computer Pin
shabya28-Feb-09 7:23
shabya28-Feb-09 7:23 
AnswerRe: a way to check if framework is installed in remote computer Pin
Curtis Schlak.28-Feb-09 7:31
Curtis Schlak.28-Feb-09 7:31 
GeneralRe: a way to check if framework is installed in remote computer Pin
shabya28-Feb-09 9:38
shabya28-Feb-09 9:38 
GeneralRe: a way to check if framework is installed in remote computer Pin
Curtis Schlak.28-Feb-09 12:42
Curtis Schlak.28-Feb-09 12:42 
Questionfloat rounding errors Pin
Tristan Rhodes28-Feb-09 6:44
Tristan Rhodes28-Feb-09 6:44 
AnswerRe: float rounding errors Pin
Curtis Schlak.28-Feb-09 7:26
Curtis Schlak.28-Feb-09 7:26 
GeneralRe: float rounding errors Pin
Tristan Rhodes1-Mar-09 9:22
Tristan Rhodes1-Mar-09 9:22 
AnswerRe: float rounding errors Pin
supercat93-Mar-09 11:13
supercat93-Mar-09 11:13 
Most computer floating-point types can only precisely store integer multiples of powers of two; the size of the integer varies with the floating-point type. For example, even a single-precision float can precisely store the value 1/2, 5/16, or even 16,777,215/633,825,300,114,114,700,748,351,602,688 (that's (2^24-1)/2^99). Unfortunately, just as a decimal representation of numbers that do not factor into a power of ten will be an approximation (1/3, for example, may be written as 0.33, or 0.3333333, but neither is entirely precise) so too with binary representations of factions other than powers of two.

Depending upon what exactly you are doing with your data, it may be useful to re-scale values. For example, if everything will be a multiple of 0.01, you should scale your numbers up by a factor of 100. A single can store precisely any integer up to 2^24, and a double can store any integer up to 2^48.
GeneralMissing Native Images Pin
Brady Kelly28-Feb-09 6:16
Brady Kelly28-Feb-09 6:16 
QuestionOracle.DataAccess.Client Pin
joindotnet28-Feb-09 0:46
joindotnet28-Feb-09 0:46 
QuestionSetting Permissions for user based access on the storage media on Lan Pin
quantimizer27-Feb-09 21:29
quantimizer27-Feb-09 21:29 
Questionwhen .msg file created by mailserver? Pin
shakilmailbox27-Feb-09 2:05
shakilmailbox27-Feb-09 2:05 
AnswerRe: when .msg file created by mailserver? Pin
Curtis Schlak.27-Feb-09 3:48
Curtis Schlak.27-Feb-09 3:48 
Questionperformancecounter class Pin
bolly-8127-Feb-09 1:36
bolly-8127-Feb-09 1:36 
AnswerRe: performancecounter class Pin
Eddy Vluggen27-Feb-09 1:43
professionalEddy Vluggen27-Feb-09 1:43 
QuestionConetents involved in content management system Pin
kamakshim26-Feb-09 23:28
kamakshim26-Feb-09 23:28 
AnswerRe: Conetents involved in content management system Pin
Curtis Schlak.27-Feb-09 1:39
Curtis Schlak.27-Feb-09 1:39 
AnswerRe: Conetents involved in content management system Pin
Eddy Vluggen27-Feb-09 2:28
professionalEddy Vluggen27-Feb-09 2:28 
JokeRe: Conetents involved in content management system [modified] Pin
Curtis Schlak.27-Feb-09 4:11
Curtis Schlak.27-Feb-09 4:11 
JokeRe: Conetents involved in content management system Pin
Eddy Vluggen27-Feb-09 4:25
professionalEddy Vluggen27-Feb-09 4:25 
JokeRe: Conetents involved in content management system Pin
Curtis Schlak.27-Feb-09 4:49
Curtis Schlak.27-Feb-09 4:49 
Questionconfused in PrincipalPermission Class .. plz help Pin
dream_liner_7e726-Feb-09 15:09
dream_liner_7e726-Feb-09 15:09 
AnswerRe: confused in PrincipalPermission Class .. plz help Pin
Calin Tatar28-Feb-09 16:05
Calin Tatar28-Feb-09 16:05 
QuestionI WANT SOME LINKS REGARDING TO DOTNET PROJECTS Pin
goupoo26-Feb-09 10:12
goupoo26-Feb-09 10:12 
JokeRe: I WANT SOME LINKS REGARDING TO DOTNET PROJECTS Pin
Adam Maras26-Feb-09 10:53
Adam Maras26-Feb-09 10:53 

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.