ILNumerics Ultimate VS

NumericType Enumeration

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Numeric, value type names used as data array elements by ILNumerics.

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public enum NumericType
Members

  Member nameValueDescription
None0 Non-numeric element type.
Double1 Double precision (64 bit), floating point element type.
Single2 Single precision (32 bit), floating point element type.
Complex3 Double precision complex element type.
FComplex4 Single precision complex element type.
Byte5 Unsigned, 8 bit integer type.
SByte6 Signed, 8 bit integer type.
Int167 Signed, 16 bit integer type.
UInt168 unsigned, 16 bit integer type.
Int329 Signed, 32 bit integer type.
UInt3210 Unsigned, 32 bit integer type.
Int6411 Signed, 64 bit integer type.
UInt6412 Unsigned, 64 bit integer type.
Boolean20 Boolean type. Not neccessarily numeric. Often implemented as 1 byte integer type.
Remarks

[ILNumerics Core Module]

See Also

Reference