namespace NodeWar; public static class Extensions { public static float ToFloat(this double value) { return (float)value; } }