1 using namespace System;
14 double tau = 0.1,
x = 2,
y = 3,
z = 1;
16 v =
h->HarmonicSum(tau,
x,
y,
z,
vx,
vy, vz);
17 Console::WriteLine(String::Format(
"{0} {1} {2} {3}",
v,
vx,
vy, vz));
20 Console::WriteLine(String::Format(
"Caught exception: {0}",
e->Message));