Click or drag to resize
SbDataType Properties

The SbDataType type exposes the following members.

Properties
  NameDescription
Public propertyIsInteger
Gets a flag indicating if the type is an integer type.
Public propertyIsSigned
Gets a flag indicating if the type is signed.
Public propertyNumBits
Gets the number of bits in the type.
Public propertySize
Gets the size in byte of the type.
Public propertySystemType
Gets the system type associated to the data type.
Public propertyType
Gets the data type.
Top
See Also