Raytrix Light Field SDK  4.0
Logo
Enumerations
Rx::EValueType Namespace Reference

Values that represent value data types. More...

Enumerations

Detailed Description

Values that represent value data types.

Values that represent value data types.

Enumeration Type Documentation

Values that represent value data types.

Enumerator
None 

Undefined.

UInt 

Unsigned integer data type. Is 'unsigned' in C++ and .NET.

Double 

Double precision floating point data type. Is 'double' in C++ and .NET.

String 

String data type. Is 'Rx::CRxString' in C++ and 'string' in .NET.

ArrayUInt 

Array of unsigned integers. Is 'Rx::CRxArrayUInt' in C++ and 'uint[]' in .NET.

ArrayDouble 

Array of double precision floating points. Is 'Rx::CRxArrayDouble' in C++ and 'double[]' in .NET.

ArrayString 

Array of strings. Is 'Rx::CRxArrayString' in C++ and 'string[]' in .NET.