/**
 * @Float is return positive or negative whole number with a decimal point.
 */
export class Float extends Number {

}