O
ORC
What is the difference between:
Convert.ToDouble(Int16number);
and:
(double)Int16number; ?
and which is the fastest?
Thanks
Ole
Convert.ToDouble(Int16number);
and:
(double)Int16number; ?
and which is the fastest?
Thanks
Ole