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
For example, if using BytesToInt16s<ushort>(), and a negative short value is read, the crash will occur because a ushort will not hold the value. I thought it'd cast to a ushort.
For example, if using
BytesToInt16s<ushort>(), and a negative short value is read, the crash will occur because a ushort will not hold the value. I thought it'd cast to a ushort.