CBORFloat16.toNumber()
Returns the value as native JS Number
(float64). If the value is subnormal, it can lose some accuracy in the conversion.
Definition
function toNumber(): number;
Returns the value as native JS Number
(float64). If the value is subnormal, it can lose some accuracy in the conversion.
function toNumber(): number;