Click here to Skip to main content
15,894,337 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Extracting shear X&Y from 3x3 affine transformation matrix Pin
Arash Partow29-May-08 23:37
Arash Partow29-May-08 23:37 
QuestionLong and Int64 Pin
MumbleB15-May-08 20:18
MumbleB15-May-08 20:18 
AnswerRe: Long and Int64 Pin
Ed.Poore15-May-08 21:18
Ed.Poore15-May-08 21:18 
GeneralRe: Long and Int64 Pin
CPallini15-May-08 21:37
mveCPallini15-May-08 21:37 
GeneralRe: Long and Int64 Pin
Ed.Poore15-May-08 21:48
Ed.Poore15-May-08 21:48 
AnswerRe: Long and Int64 Pin
MarkB77715-May-08 21:28
MarkB77715-May-08 21:28 
AnswerRe: Long and Int64 Pin
cp987615-May-08 21:46
cp987615-May-08 21:46 
AnswerRe: Long and Int64 Pin
Mark Churchill18-May-08 4:34
Mark Churchill18-May-08 4:34 
UInt64 tops out at 2^64, which is around 20 digits in base 10.

Theres an article on the MSDN on "integral types in .Net" (from the top of my head) which gives all the details. Decimal is quite a bit bigger, similar to the SQL currency type. Decimal is usually large enough for most purposes.

- Anyone with enough things that you need bigger than decimal to count them can afford to have a bigint library written for them Wink | ;)


AnswerRe: Long and Int64 Pin
PIEBALDconsult5-Jun-08 8:14
mvePIEBALDconsult5-Jun-08 8:14 
AnswerRe: Long and Int64 Pin
Tadeusz Westawic13-Jun-08 3:28
Tadeusz Westawic13-Jun-08 3:28 
QuestionCounting bricks from image Pin
asiv14-May-08 23:04
asiv14-May-08 23:04 
AnswerRe: Counting bricks from image Pin
Matthew Butler15-May-08 1:34
Matthew Butler15-May-08 1:34 
GeneralRe: Counting bricks from image Pin
asiv15-May-08 2:34
asiv15-May-08 2:34 
GeneralRe: Counting bricks from image Pin
Tim Craig15-May-08 17:31
Tim Craig15-May-08 17:31 
GeneralRe: Counting bricks from image Pin
asiv15-May-08 20:47
asiv15-May-08 20:47 
GeneralRe: Counting bricks from image Pin
MarkB77715-May-08 21:31
MarkB77715-May-08 21:31 
GeneralRe: Counting bricks from image Pin
Tim Craig15-May-08 22:43
Tim Craig15-May-08 22:43 
GeneralRe: Counting bricks from image Pin
Paul Conrad28-Jun-08 9:16
professionalPaul Conrad28-Jun-08 9:16 
AnswerRe: Counting bricks from image Pin
asiv29-May-08 9:53
asiv29-May-08 9:53 
QuestionVideo Data on Network at a Bitrate? Pin
Andy Rama13-May-08 20:19
Andy Rama13-May-08 20:19 
QuestionIterating and comparing two Dictionary objects [modified] Pin
invictus39-May-08 5:03
invictus39-May-08 5:03 
AnswerRe: Iterating and comparing two Dictionary objects Pin
73Zeppelin9-May-08 7:52
73Zeppelin9-May-08 7:52 
AnswerRe: Iterating and comparing two Dictionary objects Pin
Alan Balkany9-May-08 10:33
Alan Balkany9-May-08 10:33 
AnswerRe: Iterating and comparing two Dictionary objects Pin
Mark Churchill18-May-08 4:40
Mark Churchill18-May-08 4:40 
GeneralRe: Iterating and comparing two Dictionary objects Pin
supercat924-May-08 15:12
supercat924-May-08 15:12 

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.