Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
numberTypeNode
Function numberTypeNode
numberTypeNode
<
const
TFormat
extends
NumberFormat
=
NumberFormat
,
const
TDisplay
extends
NumberDisplayNode
|
undefined
=
undefined
,
>
(
format
:
TFormat
,
endian
?:
Endianness
,
options
?:
{
display
?:
TDisplay
}
,
)
:
NumberTypeNode
<
TFormat
,
TDisplay
>
A numeric type with a fixed wire format and byte order.
Type Parameters
const
TFormat
extends
NumberFormat
=
NumberFormat
const
TDisplay
extends
NumberDisplayNode
|
undefined
=
undefined
Parameters
format
:
TFormat
Optional
endian
:
Endianness
Optional
options
:
{
display
?:
TDisplay
}
Returns
NumberTypeNode
<
TFormat
,
TDisplay
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...
A numeric type with a fixed wire format and byte order.