8 double lat = 27.99,
lon = 86.93,
h = 8820;
11 Console::WriteLine(String::Format(
"{0} {1} {2}", gx, gy, gz));
14 Console::WriteLine(String::Format(
"Caught exception: {0}", e->Message));
Exception class for NETGeographicLib.
int main(array< System::String^>^)
Array< double, 1, 3 > e(1./3., 0.5, 2.)
double Gravity(double lat, double lon, double h, [System::Runtime::InteropServices::Out] double%gx, [System::Runtime::InteropServices::Out] double%gy, [System::Runtime::InteropServices::Out] double%gz)
.NET wrapper for GeographicLib::GravityModel.