S
Sam
Hi,
Pow wants doubles but i and j are integers :
Math.Pow(i, j)
i've tried directcast(i, double) but it says Directcast operand must
have a reference type but Integer is a value type.
How can I overcome this ?
thx
Pow wants doubles but i and j are integers :
Math.Pow(i, j)
i've tried directcast(i, double) but it says Directcast operand must
have a reference type but Integer is a value type.
How can I overcome this ?
thx