Integer Real Complex
"Byte" "Bit16" "Integer"
"Byte[2]" "Bit16[2]" "Integer32[2]"
"Byte[4]" "Bit16[4]" "Integer32[4]"
"Byte[8]" "Bit16[8]" "Integer32[8]"
"Byte[16]" "Bit16[16]" "Integer32[16]"
"UnsignedByte" "UnsignedBit16" "Float"
"UnsignedByte[2]" "UnsignedBit16[2]" "Float[2]"
"UnsignedByte[4]" "UnsignedBit16[4]" "Float[4]"
"UnsignedByte[8]" "UnsignedBit16[8]" "Float[8]"
"UnsignedByte[16]" "UnsignedBit16[16]" "Float[16]"
"Double" "Double[2]" "Double[4]"
"Double[8]" "Double[16]"