react-playground
Preparing search index...
binary/src/Binary
EnhancedBitProps
Type Alias EnhancedBitProps
EnhancedBitProps
:
BitProps
&
{
bigEndianBitOrder
:
number
;
littleEndianBitOrder
:
number
;
overflow
?:
boolean
;
zeroPadding
?:
boolean
;
}
EnhancedBitProps is a type that adds the following properties to BitProps.
overflow: If true, this means that bit is out of range.
zeroPadding: If true, this means that bit is padded with zero.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
react-playground
Loading...
EnhancedBitProps is a type that adds the following properties to BitProps.