using System; using GP = Science.Physics.GeneralPhysics; namespace ScienceTest.PhysicsTest.GeneralPhysicsTest { /// /// DecayTest /// public class DecayTest { public DecayTest() { } private string result; public string Result { get{return result;} } public void Compute() { GP.Decay d = new GP.Decay(); d.DecayConstant = 10.0; result += d.HalfLife.ToString() + "\r\n"; } } } // 0.0693147180559945