ILNumerics.Net
NumericType Enumeration

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsNumericType
ILNumerics.Net - numeric computing for .NET
Enumerate all numeric type names used by ILNumerics.Net
Declaration Syntax
C#Visual BasicVisual C++
public enum NumericType
Public Enumeration NumericType
public enum class NumericType
Members
MemberDescription
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

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.3.13.0 (0.9.29.0)