You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
299 B
C#

1 month ago

namespace Unplugged.Segy
{
public enum FormatCode
{
None,
IbmFloatingPoint4,
TwosComplementInteger4,
TwosComplementInteger2,
FixedPointWithGain4,
IeeeFloatingPoint4,
Unused1,
Unused2,
TwosComplementInteger1
}
}