DebugMessage.DataType Enumeration

This enumeration identifies the type of a value.

Namespace:  IntervalZero.MaxRT.Libraries.DebugMessage
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public enum DataType

Members

Name

Value Description

Bool

0

A boolean type.

Byte

1

A byte type.

SByte

2

A char type.

UInt16

3

An unsigned short type.

Int16

4

A short type.

UInt32

5

An unsigned long type.

Int32

6

A long type.

Single

7

A float type.

UInt64

8

An unsigned long long type.

Int64

9

A long long type.

Double

10

A double type.

See Also: