Re: Is cast operator unary or binary? How many operands?



In article <fv9s2t$mu7$1@xxxxxxxx>, jacob navia <jacob@xxxxxxxxxx> wrote:

When I write

(double)i;

I am conceptually calling

double TransformIntegerToDouble(int);

Why are you not conceptually calling Transform(int, double)?

-- Richard
--
:wq
.