Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: .NET Framework Version Pin
Blue36517-May-09 23:25
Blue36517-May-09 23:25 
GeneralRe: .NET Framework Version Pin
PIEBALDconsult18-May-09 4:09
mvePIEBALDconsult18-May-09 4:09 
Generalget complex type from nusoap Pin
jahc17-May-09 14:36
jahc17-May-09 14:36 
Questioneasy wait(delay) like an "watabletimer & waitforsingleobjectex" Pin
Bernard3817-May-09 13:27
Bernard3817-May-09 13:27 
AnswerRe: easy wait(delay) like an "watabletimer & waitforsingleobjectex" Pin
Luc Pattyn17-May-09 16:11
sitebuilderLuc Pattyn17-May-09 16:11 
QuestionResizable control at runtime. Pin
stardust161117-May-09 9:58
stardust161117-May-09 9:58 
QuestionUsing Exponentiation Operator ^ on Deciaml Pin
GregoryWB17-May-09 9:41
GregoryWB17-May-09 9:41 
AnswerRe: Using Exponentiation Operator ^ on Deciaml Pin
Luc Pattyn17-May-09 9:51
sitebuilderLuc Pattyn17-May-09 9:51 
Hi,

From the MSDN documentation: "Binary ^ operators are predefined for the integral types and bool. For integral types, ^ computes the bitwise exclusive-OR of its operands. For bool operands, ^ computes the logical exclusive-or of its operands; that is, the result is true if and only if exactly one of its operands is true."

Exponentiation doesn't have its own operator; however there is Math.Pow (which works with doubles).

Decimals are used for quantities that need to be exact (i.e. currency amounts), not for dying game players.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Using Exponentiation Operator ^ on Deciaml [modified] Pin
GregoryWB17-May-09 10:12
GregoryWB17-May-09 10:12 
GeneralRe: Using Exponentiation Operator ^ on Deciaml Pin
PIEBALDconsult17-May-09 11:58
mvePIEBALDconsult17-May-09 11:58 
QuestionMultiple DataAdapters Pin
Maverickcool17-May-09 9:31
Maverickcool17-May-09 9:31 
AnswerRe: Multiple DataAdapters Pin
fly90417-May-09 9:45
fly90417-May-09 9:45 
AnswerRe: Multiple DataAdapters Pin
PIEBALDconsult17-May-09 16:22
mvePIEBALDconsult17-May-09 16:22 
Question[Message Deleted] Pin
hkjghkj117-May-09 9:13
hkjghkj117-May-09 9:13 
AnswerRe: fill already drown rectangle Pin
0x3c017-May-09 9:44
0x3c017-May-09 9:44 
GeneralRe: fill already drown rectangle Pin
Luc Pattyn17-May-09 9:54
sitebuilderLuc Pattyn17-May-09 9:54 
Questionsql server profiler Pin
behzadcp17-May-09 8:07
professionalbehzadcp17-May-09 8:07 
AnswerRe: sql server profiler Pin
Pete O'Hanlon17-May-09 8:40
mvePete O'Hanlon17-May-09 8:40 
GeneralRe: sql server profiler Pin
behzadcp18-May-09 7:33
professionalbehzadcp18-May-09 7:33 
QuestionSql Connection - Ado.net - question Pin
EmZan17-May-09 4:01
EmZan17-May-09 4:01 
AnswerRe: Sql Connection - Ado.net - question Pin
PIEBALDconsult17-May-09 4:11
mvePIEBALDconsult17-May-09 4:11 
GeneralRe: Sql Connection - Ado.net - question Pin
EmZan17-May-09 4:39
EmZan17-May-09 4:39 
GeneralRe: Sql Connection - Ado.net - question Pin
PIEBALDconsult17-May-09 16:23
mvePIEBALDconsult17-May-09 16:23 
AnswerRe: Sql Connection - Ado.net - question Pin
zhgfsh17-May-09 4:21
zhgfsh17-May-09 4:21 
AnswerRe: Sql Connection - Ado.net - question Pin
N a v a n e e t h17-May-09 4:49
N a v a n e e t h17-May-09 4:49 

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.