{"ScriptPreparationCode":"var someFloat = 13.123456789;","TestCases":[{"Name":"toFixed(0)","Code":"someFloat.toFixed(0);","IsDeferred":false},{"Name":"Math.round()","Code":"Math.round(someFloat);\r\n","IsDeferred":false},{"Name":"Math.floor fast","Code":"~~(someFloat);","IsDeferred":false}]}