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

C#

 
GeneralRe: Bitwise and, or, xor with doubles. Pin
PhilDanger20-Feb-08 14:04
PhilDanger20-Feb-08 14:04 
GeneralRe: Bitwise and, or, xor with doubles. Pin
TheGreatAndPowerfulOz20-Feb-08 14:09
TheGreatAndPowerfulOz20-Feb-08 14:09 
GeneralRe: Bitwise and, or, xor with doubles. Pin
TheGreatAndPowerfulOz20-Feb-08 14:08
TheGreatAndPowerfulOz20-Feb-08 14:08 
GeneralRe: Bitwise and, or, xor with doubles. Pin
PIEBALDconsult20-Feb-08 14:58
mvePIEBALDconsult20-Feb-08 14:58 
GeneralRe: Bitwise and, or, xor with doubles. Pin
PhilDanger20-Feb-08 14:12
PhilDanger20-Feb-08 14:12 
GeneralRe: Bitwise and, or, xor with doubles. Pin
Christian Graus20-Feb-08 20:10
protectorChristian Graus20-Feb-08 20:10 
GeneralRe: Bitwise and, or, xor with doubles. Pin
Insincere Dave20-Feb-08 14:07
Insincere Dave20-Feb-08 14:07 
GeneralRe: Bitwise and, or, xor with doubles. Pin
Luc Pattyn20-Feb-08 15:59
sitebuilderLuc Pattyn20-Feb-08 15:59 
Hi,

I expect you will want good performance too, so all those Math.Pow operations and stuff,
or the Converter class which needs array objects, are not really appropriate.

There is a rather cheap way of creating "unions" (as in C) by defining a struct with
explicit offsets, so variables of different types can made to overlap. It takes some Marshal
attributes to get it right.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralHelp with DirectShow.Net Pin
etherny20-Feb-08 12:36
etherny20-Feb-08 12:36 
GeneralRe: Help with DirectShow.Net Pin
Christian Graus20-Feb-08 13:17
protectorChristian Graus20-Feb-08 13:17 
GeneralI need help with errors. Pin
Alex50120-Feb-08 9:48
Alex50120-Feb-08 9:48 
GeneralRe: I need help with errors. Pin
DaveyM6920-Feb-08 9:55
professionalDaveyM6920-Feb-08 9:55 
GeneralRe: I need help with errors. Pin
Skippums20-Feb-08 11:16
Skippums20-Feb-08 11:16 
GeneralRe: I need help with errors. Pin
Christian Graus20-Feb-08 11:39
protectorChristian Graus20-Feb-08 11:39 
GeneralSerializing IEnumerable<int> interface Pin
Skippums20-Feb-08 9:11
Skippums20-Feb-08 9:11 
GeneralRe: Serializing IEnumerable<int> interface Pin
TheGreatAndPowerfulOz20-Feb-08 13:24
TheGreatAndPowerfulOz20-Feb-08 13:24 
GeneralRe: Serializing IEnumerable<int> interface Pin
Skippums21-Feb-08 6:04
Skippums21-Feb-08 6:04 
GeneralRe: Serializing IEnumerable<int> interface Pin
TheGreatAndPowerfulOz21-Feb-08 6:35
TheGreatAndPowerfulOz21-Feb-08 6:35 
Generalinsert text at particular column and row in listview Pin
Xmen Real 20-Feb-08 7:43
professional Xmen Real 20-Feb-08 7:43 
GeneralRe: insert text at particular column and row in listview Pin
DaveyM6920-Feb-08 9:03
professionalDaveyM6920-Feb-08 9:03 
GeneralRe: insert text at particular column and row in listview [modified] Pin
Xmen Real 20-Feb-08 13:38
professional Xmen Real 20-Feb-08 13:38 
GeneralDisplaying context sensitive help AND scrolling the help file to a topic Pin
kozu20-Feb-08 7:37
kozu20-Feb-08 7:37 
Generalget controls inside a form in a Multi form application Pin
Kariem Soudy20-Feb-08 6:45
Kariem Soudy20-Feb-08 6:45 
GeneralRe: get controls inside a form in a Multi form application Pin
DaveyM6920-Feb-08 7:21
professionalDaveyM6920-Feb-08 7:21 
GeneralRe: get controls inside a form in a Multi form application Pin
darkelv20-Feb-08 14:44
darkelv20-Feb-08 14:44 

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.