実数の double
|
(1,1) double {mustBeReal}
(1,:) double {mustBeReal}
(1,:,:,...) double {mustBeReal}
|
System.Double
System.Double[]
System.Double[,,...]
|
複素数の double
結果が実数であっても複素数として保存されます。 |
(1,1) double
(1,:) double
(1,:,:,...) double
|
Numerics.Complex
Numerics.Complex[]
Numerics.Complex[,,...]
|
実数の single
|
(1,1) single {mustBeReal}
(1,:) single {mustBeReal}
(1,:,:,...) single {mustBeReal}
|
System.Single
System.Single[]
System.Single[,,...]
|
実数の整数
|
(1,1) uint16 {mustBeReal}
(1,:) uint16 {mustBeReal}
(1,:,:,...) uint16 {mustBeReal}
(1,1) uint32 {mustBeReal}
(1,:) uint32 {mustBeReal}
(1,:,:,...) uint32 {mustBeReal}
(1,1) uint64 {mustBeReal}
(1,:) uint64 {mustBeReal}
(1,:,:,...) uint64 {mustBeReal}
|
System.SByte
System.SByte[]
System.SByte[,,...]
System.Int16
System.Int16[]
System.Int16[,,...]
System.Int32
System.Int32[]
System.Int32[,,...]
System.Int64
System.Int64[]
System.Int64[,,...]
System.Byte
System.Byte[]
System.Byte[,,...]
System.UInt16
System.UInt16[]
System.UInt16[,,...]
System.UInt32
System.UInt32[]
System.UInt32[,,...]
System.UInt64
System.UInt64[]
System.UInt64[,,...]
|
logical
|
(1,1) logical
(1,:) logical
(1,:,:,...) logical
|
System.Boolean
System.Boolean[]
System.Boolean[,,...]
|
char
|
(1,1) char
(1,:) char
(1,:,:,...) char
|
System.Char
System.Char[]
System.Char[,,...]
|
string
|
(1,1) string
(1,:) string
(1,:,:,...) string
|
System.String
System.String[]
System.String[,,...]
|
enum
|
(1,1) MyEnumClass
(1,:) MyEnumClass
(1,:,:,...) MyEnumClass
|
System.Enum
System.Enum[]
System.Enum[,,...]
|
MATLAB cell
|
(1,1) cell
(1,:) cell
(1,:,:,...) cell
|
System.Object
System.Object[]
System.Object[,,...]
|