BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Preparing search index...
isFloat
Function isFloat
isFloat
(
cbor
:
Cbor
,
)
:
cbor
is
CborSimpleType
&
CborMethods
&
{
value
:
{
type
:
"Float"
;
value
:
number
}
;
}
Check if CBOR value is a float (f16, f32, or f64).
Parameters
cbor
:
Cbor
CBOR value to check
Returns
cbor
is
CborSimpleType
&
CborMethods
&
{
value
:
{
type
:
"Float"
;
value
:
number
}
;
}
True if value is float
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
BC-DCBOR TypeScript Library - v1.0.0-alpha.13
Loading...
Check if CBOR value is a float (f16, f32, or f64).