Enumerate all numeric type names used by ILNumerics.Net
| C# | Visual Basic | Visual C++ |
public enum NumericType
Public Enumeration NumericType
public enum class NumericType
| Member | Description |
|---|---|
| Double |
double element type
|
| Single |
float element type
|
| Complex |
complex element type
|
| FComplex |
fcomplex element type
|
| Byte |
byte element type
|
| Char |
char element type
|
| Int16 |
Int16 element type
|
| Int32 |
Int32 element type
|
| Int64 |
Int64 element type
|
| UInt16 |
unsigned UInt16 element type
|
| UInt32 |
unsigned UInt32 element type
|
| UInt64 |
unsigned UInt64 element type
|