Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "number/float64/base/to-int64-bytes/docs/types/index.d"

Index

Variables

Export assignment float64ToInt64Bytes

float64ToInt64Bytes: Float64ToInt64Bytes

Converts an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order (endianness).

Notes

  • This function assumes that the input value is less than the maximum safe double-precision floating-point integer plus one (i.e., 2**53).
param

double-precision floating-point number

returns

byte array