TypeTensor - v0.1.0
Preparing search index...
@typetensor/core
PrecisionLossInfo
Interface PrecisionLossInfo
Information about precision loss during conversion
interface
PrecisionLossInfo
{
convertedValue
:
number
|
bigint
|
boolean
;
lossType
:
"truncation"
|
"rounding"
|
"overflow"
|
"underflow"
|
"range"
;
message
:
string
;
originalValue
:
number
|
bigint
|
boolean
;
}
Index
Properties
converted
Value
loss
Type
message
original
Value
Properties
Readonly
converted
Value
convertedValue
:
number
|
bigint
|
boolean
Readonly
loss
Type
lossType
:
"truncation"
|
"rounding"
|
"overflow"
|
"underflow"
|
"range"
Readonly
message
message
:
string
Readonly
original
Value
originalValue
:
number
|
bigint
|
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
converted
Value
loss
Type
message
original
Value
TypeTensor - v0.1.0
Loading...
Information about precision loss during conversion