Preparing search index...
The search index is not available
parjs
parjs
index
FloatOptions
Interface FloatOptions
A set of options for parsing floating point numbers.
interface
FloatOptions
{
allowExponent
:
boolean
;
allowFloatingPoint
:
boolean
;
allowImplicitZero
:
boolean
;
allowSign
:
boolean
;
}
Index
Properties
allow
Exponent
allow
Floating
Point
allow
Implicit
Zero
allow
Sign
Properties
allow
Exponent
allow
Exponent
:
boolean
allow
Floating
Point
allow
Floating
Point
:
boolean
allow
Implicit
Zero
allow
Implicit
Zero
:
boolean
allow
Sign
allow
Sign
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
allow
Exponent
allow
Floating
Point
allow
Implicit
Zero
allow
Sign
parjs
Loading...
A set of options for parsing floating point numbers.