Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Float

Ponyfill for Java's Float class.

Hierarchy

  • Float

Index

Properties

Methods

Properties

Static MAX_VALUE

MAX_VALUE: number = Number.MAX_SAFE_INTEGER

The float max value in JS is the number max value.

Methods

Static floatToIntBits

  • floatToIntBits(f: number): number
  • SincTS has no difference between int and float, there's all numbers, this is used only to polyfill Java code.

    Parameters

    • f: number

    Returns number

Generated using TypeDoc