A
almurph
Hi,
Could anyone help me simplfy this conditional statement into
somethign more C# like. The C condition is:
if ((A = B - C) > D)
{
//do something
}
where A is type double
where B is type double array
where C is type double
where D is type double
I'm not confused by the types but by the "A = B - C" bit confuses
me (relative to C#)
Would appreciate any comments/suggestions/ideas/code-samples that you
may be able to offer.
Cheers & thanks,
Al.
Could anyone help me simplfy this conditional statement into
somethign more C# like. The C condition is:
if ((A = B - C) > D)
{
//do something
}
where A is type double
where B is type double array
where C is type double
where D is type double
I'm not confused by the types but by the "A = B - C" bit confuses
me (relative to C#)
Would appreciate any comments/suggestions/ideas/code-samples that you
may be able to offer.
Cheers & thanks,
Al.