Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Float64TypeOptions

Options for the Float64 meta-type.

Hierarchy

  • Float64TypeOptions

Index

Properties

Properties

Optional allowInfinity

allowInfinity: undefined | false | true

Accept +Infinity and -Infinity.

default

false

Optional allowNaN

allowNaN: undefined | false | true

Accept NaN values. If you enable this option, the test method will treat two NaN values as equal.

default

false

Generated using TypeDoc