PBKware JS Utils - v0.8.2
GitHub
NPM
Preparing search index...
decimal-factory
DecimalFactory
Interface DecimalFactory
interface
DecimalFactory
{
nullDecimal
:
Decimal
;
cloneDecimal
(
config
:
Config
)
:
DecimalConstructor
;
newDecimal
(
value
:
Numeric
)
:
Decimal
;
newUndefinableDecimal
(
value
:
undefined
|
Numeric
)
:
undefined
|
Decimal
;
newUndefinableNullableDecimal
(
value
:
undefined
|
null
|
Numeric
,
)
:
undefined
|
null
|
Decimal
;
}
Index
Properties
null
Decimal
Methods
clone
Decimal
new
Decimal
new
Undefinable
Decimal
new
Undefinable
Nullable
Decimal
Properties
Readonly
null
Decimal
nullDecimal
:
Decimal
Methods
clone
Decimal
cloneDecimal
(
config
:
Config
)
:
DecimalConstructor
Parameters
config
:
Config
Returns
DecimalConstructor
new
Decimal
newDecimal
(
value
:
Numeric
)
:
Decimal
Parameters
value
:
Numeric
Returns
Decimal
new
Undefinable
Decimal
newUndefinableDecimal
(
value
:
undefined
|
Numeric
)
:
undefined
|
Decimal
Parameters
value
:
undefined
|
Numeric
Returns
undefined
|
Decimal
new
Undefinable
Nullable
Decimal
newUndefinableNullableDecimal
(
value
:
undefined
|
null
|
Numeric
,
)
:
undefined
|
null
|
Decimal
Parameters
value
:
undefined
|
null
|
Numeric
Returns
undefined
|
null
|
Decimal
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
null
Decimal
Methods
clone
Decimal
new
Decimal
new
Undefinable
Decimal
new
Undefinable
Nullable
Decimal
GitHub
NPM
PBKware JS Utils - v0.8.2
Loading...