using System; namespace PhxhSDK { public partial class Constants { public const double DOUBLE_EPSILON = Double.Epsilon; } }