You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicDoubleView(Bit52 faction,Bit11 exponent,Bit1 Sign){Value=0;Value|=(fraction&FractionMask)<<FractionShift)
Value |=(fraction&ExponentMask)<<ExponentShift)
Value |=(fraction&SignMask)<<SignShift)}
The text was updated successfully, but these errors were encountered:
Yes could be useful to create the Bitfield based on his components, probably another useful constructor could be one that takes its underlyng type as argument that is:
The text was updated successfully, but these errors were encountered: