Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "number/float64/base/get-low-word/docs/types/index.d"

Index

Functions

Functions

Export assignment getLowWord

  • getLowWord(x: number): number
  • Returns a 32-bit unsigned integer corresponding to the less significant 32 bits of a double-precision floating-point number.

    Parameters

    • x: number

      input value

    Returns number

    lower order word (unsigned 32-bit integer)

    Example

    var w = getLowWord( 3.14e201 ); // => 10010011110010110101100010000010
    // returns 2479577218