exponentBias property
int
get
exponentBias
Calculate the exponent bias for the format.
Implementation
int get exponentBias => (1 << (exponentBitLength - 1)) - 1;
Calculate the exponent bias for the format.
int get exponentBias => (1 << (exponentBitLength - 1)) - 1;