Javascript Number Clone()
Clone()
/// <reference path="../Interfaces/ICloneable.ts" /> Number.prototype.Clone = function () { return this;//w ww . jav a2 s .c o m };